public
public copied to clipboard
BGP AS Path not supporting AS Path Stuffing
In openconfig-rib-bgp-attributes.yang
, grouping bgp-as-path-attr-state
declares member
as leaf-list
which has unique elements by RFC. This way, AS Stuffed Path (like 65533 65533 65533 65500
) generates YANG-invalid data. Dunno how to fix this, maybe even by updating the RFC to allow non-unique elements in leaf-list
?