Bug 5054: Fix for switch restart
[vpnservice.git] / vpnmanager / vpnmanager-api / src / main / yang / odl-l3vpn.yang
index 4beb21ec9eb1b94d90bf637942dfae750f50c8d0..93d25bdf59b15a146ba5a795abf8131b7511359e 100644 (file)
@@ -30,6 +30,11 @@ module odl-l3vpn {
         uses adjacency-list;
     }
 
+    augment "/l3vpn:vpn-interfaces/l3vpn:vpn-interface" {
+        ext:augment-identifier "opState";
+        leaf stateUp {type boolean; config false;}
+    }
+
     /* Operational DS containers for reverse lookups*/
     container prefix-to-interface {
         config false;