BUG-5024: Fix BGP LS EPE model
[bgpcep.git] / bgp / linkstate / src / main / yang / bgp-linkstate.yang
index dbe926a98489c591c5425b2059df7296f6b1f5ed..5bce64c8969fe425a2a061a14a4adec970326674 100644 (file)
@@ -580,17 +580,17 @@ module bgp-linkstate {
         container peer-node-sid {
             description "The SID representing the peer of the BGP session.";
             reference "https://tools.ietf.org/html/draft-ietf-idr-bgpls-segment-routing-epe-05#section-4.3";
-            uses bgp-sr:adj-sid-tlv;
+            uses bgp-sr:epe-adj-sid-tlv;
         }
         container peer-adj-sid {
             description "The SID representing the peer of the BGP session.";
             reference "https://tools.ietf.org/html/draft-ietf-idr-bgpls-segment-routing-epe-05#section-4.3";
-            uses bgp-sr:adj-sid-tlv;
+            uses bgp-sr:epe-adj-sid-tlv;
         }
         list peer-set-sids {
             description "The SID representing the group the peer is part of.";
             reference "https://tools.ietf.org/html/draft-ietf-idr-bgpls-segment-routing-epe-05#section-4.3";
-            uses bgp-sr:adj-sid-tlv;
+            uses bgp-sr:epe-adj-sid-tlv;
         }
     }