From b1dc61548b35508b7b0ccf20c59ea684633a5cc8 Mon Sep 17 00:00:00 2001
From: Fabian Helm <fabian.helm@stud.h-da.de>
Date: Thu, 3 Feb 2022 12:02:14 +0100
Subject: [PATCH] added multiple sbis to GetSbiResponse

---
 proto/gosdn/pnd/pnd.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proto/gosdn/pnd/pnd.proto b/proto/gosdn/pnd/pnd.proto
index 6bfb88a..01a18db 100644
--- a/proto/gosdn/pnd/pnd.proto
+++ b/proto/gosdn/pnd/pnd.proto
@@ -177,7 +177,7 @@ message GetSbiResponse {
   // TODO: Check if this is really needed. Perhaps a reference to the PND's ID
   // is also sufficient.
   PrincipalNetworkDomain pnd = 2;
-  .gosdn.southbound.SouthboundInterface sbi = 3;
+  repeated .gosdn.southbound.SouthboundInterface sbi = 3;
 }
 
 message GetSbiListResponse {
-- 
GitLab