HC2VPP-112 - Presence added to detect APPEAR 95/5795/1
authorJan Srnicek <[email protected]>
Mon, 20 Mar 2017 08:59:15 +0000 (09:59 +0100)
committerJan Srnicek <[email protected]>
Mon, 20 Mar 2017 08:59:15 +0000 (09:59 +0100)
APPEAR/DISSAPEAR modifications are ignored
for non-presence containers, so in this case the modification
would be ignored if not directly called as DELETE

Change-Id: I890d600beb4f333b21591c350c9bd42c66f9f885
Signed-off-by: Jan Srnicek <[email protected]>
v3po/api/src/main/yang/v3po.yang

index 99a7a0d..7fc1999 100644 (file)
@@ -594,6 +594,7 @@ module v3po {
   }
 
   container bridge-domains {
+    presence "Bridge domains configuration";
     list bridge-domain {
       key "name";
 
@@ -680,6 +681,7 @@ module v3po {
 
   container bridge-domains-state {
       // FIXME: Should this live in bridge-domain.yang in a modular fashion ?
+      config "false";
       list bridge-domain {
 
         key "name";