HwVTEP support for interfacemanager
[vpnservice.git] / interfacemgr / interfacemgr-api / src / main / yang / odl-interface.yang
index 43646e4060d3107bcd3cbc33f61df7e1476744a2..9b6add1d65f46aeb6c32242abad39e7bccf1d1bd 100644 (file)
@@ -103,13 +103,11 @@ module odl-interface {
             description "an identifier of the dependant underlying configuration protocol";
             leaf "topology-id" {
                 type string;
-                description "A reference to the type of the network node.
-                For example, an ovsdb node will take the format ovsdb:1";
+                description "can be ovsdb configuration protocol";
             }
             leaf "node-id" {
                 type string;
-                description "A reference to a network node. A node can be
-                of type ovsdb,hwvtep or openflow";
+                description "can be hwvtep configuration protocol";
             }
         }
     }