From 88c7962257852e3ce1bb715e2d58c7c3db2dc4e7 Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <mail@manuelkieweg.de>
Date: Fri, 7 May 2021 17:29:43 +0200
Subject: [PATCH] gnmi notification repeated value

---
 proto/gosdn/pnd/pnd.proto | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/proto/gosdn/pnd/pnd.proto b/proto/gosdn/pnd/pnd.proto
index b68f328..f9fdb2e 100644
--- a/proto/gosdn/pnd/pnd.proto
+++ b/proto/gosdn/pnd/pnd.proto
@@ -56,7 +56,7 @@ message SouthboundInterface {
 message OrchestratedNetworkingDevice {
   string id = 1;
   string name = 2;
-  gnmi.Notification device = 3;
+  repeated gnmi.Notification device = 3;
 }
 
 message SouthboundInterfaces {
@@ -64,7 +64,7 @@ message SouthboundInterfaces {
 }
 
 message OrchestratedNetworkingDevices {
-  map<string, OrchestratedNetworkingDevice> sbis = 1;
+  map<string, OrchestratedNetworkingDevice> onds = 1;
 }
 
 message Change {
-- 
GitLab