mjethanandani / ietf-bgp-yang

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

Regex for bgp-community-type is broken #365

Open mjethanandani opened 1 year ago

mjethanandani commented 1 year ago

Issue reported by Maria Matekja on this thread - https://mailarchive.ietf.org/arch/msg/idr/3rVyYyqVHIy9lMk12CPobFJ3CSo/

Another regex bug occurs on page 112 in bgp-comunity-type (sorry for jumping backwards, just spotted it) which incorrectly matches 66444:0. Our suggestion is to keep it simple with uint32 type only.

mjethanandani commented 8 months ago

Hi @jhaas-pfrc, I started to make the regex changes, but between the generator and the site that checks for the regex pattern, I cannot seem to get the pattern right. Can I ask you to take a look at this issue?