hotfix Bug 3226 - unable to configure flows
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / test-config-data / yang1 / test-interface.yang
index 7594143922317b9b5df762a037acd7e5eca830cb..d0699e2e04305f7964a1ae6f471e2fcb820420cb 100644 (file)
@@ -27,6 +27,14 @@ module test-interface {
         list interface {
             key "name";
          
+            list sub-interface {
+                key "sub-name";
+                
+                leaf sub-name {
+                    type string;
+                }
+            }
+            
             leaf name {
                 type string;
             }