FibManager module sync up
[netvirt.git] / vpnservice / vpnmanager / vpnmanager-api / src / main / yang / odl-l3vpn.yang
index 76dc9af1e38dad2b8c684c2650ab8f4405146cb5..cec1e7c5abcf343ad1aaa350f3c3d9bbfaf63b06 100644 (file)
@@ -102,6 +102,9 @@ module odl-l3vpn {
         list vpn-instance-op-data-entry {
            key vrf-id;
            leaf vpn-id { type uint32;}
+           leaf vpn-instance-name {
+              type string;
+           }
            leaf vrf-id {
               description
                  "The vrf-id command configures a route distinguisher (RD)
@@ -130,6 +133,7 @@ module odl-l3vpn {
                   }
                }
            }
+           leaf cleanup_complete { type boolean;}
         }
     }