mjethanandani / ietf-bgp-yang

Repository to collaborate on the IETF BGP YANG module.
1 stars 1 forks source link

Make prefixes consistent between definition and use #344

Closed mjethanandani closed 1 year ago

mjethanandani commented 1 year ago

Current prefixes defined in the models need to be consistent with where they are imported and used.

For example if iana-bgp-types has a prefix of bt, then modules importing it should also use bt as a prefix.

mjethanandani commented 1 year ago

For now just make the prefix consistent between its definition and its use in models.

mjethanandani commented 1 year ago

name: iana-bgp-types namespace: urn:ietf:params:xml:ns:yang:iana-bgp-types prefix: bt reference: RFC XXXX

name: iana-bgp-community-types namespace: urn:ietf:params:xml:ns:yang:iana-bgp-community-types prefix: bt reference: RFC XXXX

suehares commented 1 year ago

5.2 section in text for above in -16.