Just a note: with such tasks, we should always add context — why is the upgrade done. Is it for vulnerabilites? If yes, which CVEs? Is it for bug fixes? If yes, which bug report number? Is it to unblock a path to implementing new features and which ones?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Feb 6 2024
PR https://github.com/vyos/vyos-1x/pull/2945
set firewall group address-group ONE address 192.0.2.1 description 'First' set firewall group address-group ONE address 192.0.2.2 description 'Second'
Feb 5 2024
What version? Can you upgrade to 1.4?
One of my router heavily affected by this issue, so if you will wrote a fix - you may ask me to test the fix.
It seems FRR (9.0.2-36-g31dec1951) does not support this.
The route can be added, but no route is in the routing table.
vyos@r4:~$ vtysh -c "conf t" -c "ip route 192.0.2.0/24 2001:db8::1" vyos@r4:~$ vyos@r4:~$ vtysh -c "show run" | match 192.0.2.0 ip route 192.0.2.0/24 2001:db8::1 vyos@r4:~$ vyos@r4:~$ vyos@r4:~$ show ip route 192.0.2.0/24 % Network not in table vyos@r4:~$
PR for 1.5 https://github.com/vyos/vyos-build/pull/493
PR for 1.3 https://github.com/vyos/vyos-build/pull/494
Update supports via whitespace
r4(config-router)# neighbor foo path-attribute discard 23 24
FRR does not support it
r4# conf t r4(config)# router bgp 65001 r4(config-router)# no bgp ebgp-requires-policy r4(config-router)# no bgp default ipv4-unicast r4(config-router)# no bgp network import-check r4(config-router)# neighbor foo peer-group r4(config-router)# neighbor foo path-attribute discard 24 r4(config-router)# neighbor foo path-attribute discard 23,24 % Unknown command: neighbor foo path-attribute discard 23,24 r4(config-router)#
Feb 4 2024
This type of configuration works perfectly fine with VyOS 1.5 when receiving routes from a BGP peer (v4 routes with v6 nexthop), so it would be very nice to be able to manually install routes in the same way.
Feb 3 2024
Its not clear if its fixed or not:
Feb 2 2024
It won't be implemented for 1.3.x
Have this for 1.4/1.5