Fix for bug : 234
[mdsal.git] / code-generator / binding-generator-impl / src / test / resources / controller-models / controller-openflow.yang
index 62e937e92ba1049d013c025200d34335aa95bf83..f2cdd098084cf354c519fe07f08cb1fee1bb8b7b 100644 (file)
@@ -40,7 +40,7 @@ module controller-openflow {
         }
     }
 
-    augment "/cn:network/cn:topologies/cn:topology/cn:nodes/cn:node/" {
+    augment "/cn:network/cn:topologies/cn:topology/cn:nodes/cn:node" {
         when "../../../cn:types/of:openflow";
         leaf datapath-id {
             type datapath-id;
@@ -76,4 +76,4 @@ module controller-openflow {
             }
         }
     }
-}
\ No newline at end of file
+}