Fix for bug : 234 77/4477/1
authordeepankar <deepankar.gupta@tcs.com>
Tue, 21 Jan 2014 07:26:48 +0000 (12:56 +0530)
committerdeepankar <deepankar.gupta@tcs.com>
Tue, 21 Jan 2014 07:29:17 +0000 (12:59 +0530)
Have made changes in controller-openflow.yang

Change-Id: Ia68a062934ffaca9eefcb9ba1f1457b76f83d1d3
Signed-off-by: deepankar <deepankar.gupta@tcs.com>
code-generator/binding-generator-impl/src/test/resources/controller-models/controller-openflow.yang
code-generator/maven-sal-api-gen-plugin/src/test/resources/wadl-gen/controller-openflow.yang
code-generator/samples/maven-code-gen-sample/src/main/yang/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
+}
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
+}
index 83f69c4dc2ffb669f9380c022650b3246cd84f7f..83a0459cf383204fe880667adb621cd451899416 100644 (file)
@@ -35,7 +35,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;
@@ -71,4 +71,4 @@ module controller-openflow {
             }
         }
     }
-}
\ No newline at end of file
+}