You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regex on pages 112-113 representing bgp-large-community-type doesn't match 4199999999:0:0 which is an obvious bug. Our suggestion is to make it a container:
container bgp-large-community {
leaf asn { type uint32; }
leaf data1 { type uint32; }
leaf data2 { type uint32; }
}
This also aligns better with RFC 8092 where the large community is defined as a block of three uint32 values.
The text was updated successfully, but these errors were encountered:
Issue reported by Maria Matekja on this thread - https://mailarchive.ietf.org/arch/msg/idr/3rVyYyqVHIy9lMk12CPobFJ3CSo/
Regex on pages 112-113 representing
bgp-large-community-type
doesn't match4199999999:0:0
which is an obvious bug. Our suggestion is to make it a container:container bgp-large-community {
leaf asn { type uint32; }
leaf data1 { type uint32; }
leaf data2 { type uint32; }
}
This also aligns better with RFC 8092 where the large community is defined as a block of three uint32 values.
The text was updated successfully, but these errors were encountered: