When connecting to route servers at IXPs, I've discovered VyOS rejects routes that don't have the peer-AS as the first AS in the AS-path. While this behavior can be temporarily disabled using vtysh commands, the configuration doesn't persist after reboot.
vtysh configure terminal router bgp 123456 no neighbor 10.0.0.1 enforce-first-as no neighbor 10.0.0.2 enforce-first-as end
Currently, VyOS only implements the option to enable enforce-first-as at the neighbor level, but it's enabled by default with no CLI option to disable it.
Request:
Add the ability to disable enforce-first-as through the VyOS CLI