X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=bgp%2Flinkstate%2Fsrc%2Fmain%2Fyang%2Fbgp-linkstate.yang;fp=bgp%2Flinkstate%2Fsrc%2Fmain%2Fyang%2Fbgp-linkstate.yang;h=4183b1a27f13f7736cb9e8783df2bc67199b4a59;hb=3c135df98a164d4207775de96a5217a392d1949e;hp=b97c77bdc33ccb69ca026738ace384011842c82e;hpb=9d13ee03a6468b357dace1214e6462f4fc9a1c6e;p=bgpcep.git diff --git a/bgp/linkstate/src/main/yang/bgp-linkstate.yang b/bgp/linkstate/src/main/yang/bgp-linkstate.yang index b97c77bdc3..4183b1a27f 100644 --- a/bgp/linkstate/src/main/yang/bgp-linkstate.yang +++ b/bgp/linkstate/src/main/yang/bgp-linkstate.yang @@ -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; }