Hi!
In 1.2.2 I used "set protocols bgp 12345 parameters enforce-first-as". After the upgrade to 1.2.4 there was no more BGP connection. It turned out that 1.2.4 does not seem to understand the "enforce-first-as" parameter anymore, although it still shows in command completion:
vyos@RTR2# set protocols bgp 12345 parameters enforce-first-as [edit] vyos@RTR2# commit [ protocols bgp 12345 ] % Unknown command: bgp enforce-first-as Error configuring routing subsystem. See log for more detailed information
As a workaround I now use an as-path-list in a route-map, like:
set policy as-path-list first-AS-00007 rule 10 action 'permit' set policy as-path-list first-AS-00007 rule 10 regex "^00007_"
Please check!
Thanks & best regards
Michael