PR https://github.com/vyos/vyos-1x/pull/1320
PR https://github.com/vyos/vyos-build/pull/233
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
May 10 2022
May 9 2022
It may be a good idea to cherry-pick this for 1.4.x branch.
Tested on the latest rolling release:
May 8 2022
Duplicate T4359
May 7 2022
May 6 2022
PR for VyOS 1.3 https://github.com/vyos/vyos-1x/pull/1318
1.3 fix via https://github.com/vyos/vyos-1x/pull/1318
In T4417#123158, @Viacheslav wrote:Try to delete sync-group, as you use only one group
I was able to reproduce issue on latest VyOS 1.4-rolling-202205060217
Steps to reproduce:
1 - Fresh/clean vyos router
2 - Add interface configuration (dhcp on WANs and static IP addresses on LAN side), commit and save
3 - Add next WLB configuration:
Try to delete sync-group, as you use only one group
May 5 2022
Implemented as set policy route-map FOO rule 10 set as-path prepend-last-as 2
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1315
PR for 1.3: https://github.com/vyos/vyos-build/pull/231
PR for 1.4: https://github.com/vyos/vyos-build/pull/230
In 1.4 it working
set policy route-map FOO rule 10 action 'permit' set policy route-map FOO rule 10 set as-path-prepend 'last-as 2'
I've creatred a pull request for the above - https://github.com/vyos/vyos-1x/pull/1313