Fixed incorrect prefix in uses augment. 69/27869/1
authorTony Tkacik <ttkacik@cisco.com>
Sat, 3 Oct 2015 10:51:39 +0000 (12:51 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Sat, 3 Oct 2015 10:51:39 +0000 (12:51 +0200)
Change-Id: I027adb3fffdd1aa938971ee8810e4b2c00de63bd
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
bgp/linkstate/src/main/yang/bgp-linkstate.yang

index b8e6d08fcea26a28a90f5fe30ec235098c33b420..e08f36b20f241703d3a5ad20c6e654e0ff08e3cb 100644 (file)
@@ -705,7 +705,7 @@ module bgp-linkstate {
                 uses linkstate;
 
                 uses bgp-rib:route {
-                    augment bgp-msg:attributes {
+                    augment attributes {
                         uses linkstate-path-attribute;
                     }
                 }