Working with OVS
[vpnservice.git] / interfacemgr / interfacemgr-api / src / main / yang / odl-interface-meta.yang
index c2a99dac575f419e91b15b49786cce2214066260..66b4a850b2baad239d92e96f7c11eb603bd26853 100644 (file)
@@ -24,9 +24,6 @@ module odl-interface-meta {
                 leaf interface-name {
                     type string;
                 }
-                leaf tp-id-ref {
-                    type southbound:ovsdb-termination-point-ref;
-                }
             }
         }
     }
@@ -47,4 +44,21 @@ module odl-interface-meta {
             }
         }
     }
+
+    container interface-child-info {
+        description "The container of all Child-Interfaces for a given interface.";
+        list interface-parent-entry {
+            key parent-interface;
+            leaf parent-interface {
+                type string;
+            }
+
+            list interface-child-entry {
+                key child-interface;
+                leaf child-interface {
+                    type string;
+                }
+            }
+        }
+    }
 }
\ No newline at end of file