BUG-2982 : moved path-attributes container to grouping
[bgpcep.git] / bgp / linkstate / src / main / yang / bgp-linkstate.yang
index b97c77bdc33ccb69ca026738ace384011842c82e..4183b1a27f13f7736cb9e8783df2bc67199b4a59 100644 (file)
@@ -331,7 +331,7 @@ module bgp-linkstate {
         }
     }
 
-    augment "/bgp-msg:update/bgp-msg:path-attributes/bgp-mp:mp-reach-nlri/bgp-mp:advertized-routes/bgp-mp:destination-type" {
+    augment "/bgp-msg:update/bgp-msg:attributes/bgp-mp:mp-reach-nlri/bgp-mp:advertized-routes/bgp-mp:destination-type" {
         case destination-linkstate-case {
             container destination-linkstate {
                 uses linkstate-destination;
@@ -339,7 +339,7 @@ module bgp-linkstate {
         }
     }
 
-    augment "/bgp-msg:update/bgp-msg:path-attributes/bgp-mp:mp-unreach-nlri/bgp-mp:withdrawn-routes/bgp-mp:destination-type" {
+    augment "/bgp-msg:update/bgp-msg:attributes/bgp-mp:mp-unreach-nlri/bgp-mp:withdrawn-routes/bgp-mp:destination-type" {
         case destination-linkstate-case {
             container destination-linkstate {
                 uses linkstate-destination;
@@ -617,7 +617,7 @@ module bgp-linkstate {
                 uses linkstate;
 
                 uses bgp-rib:route {
-                    augment attributes {
+                    augment bgp-msg:attributes {
                         uses linkstate-path-attribute;
                     }
                 }
@@ -625,7 +625,7 @@ module bgp-linkstate {
         }
     }
 
-    augment "/bgp-msg:update/bgp-msg:path-attributes" {
+    augment "/bgp-msg:update/bgp-msg:attributes" {
         uses linkstate-path-attribute;
     }