public icon indicating copy to clipboard operation
public copied to clipboard

BGP AS Path not supporting AS Path Stuffing

Open marenamat opened this issue 1 year ago • 6 comments

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?

marenamat avatar Jul 28 '23 18:07 marenamat