- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Apr 8 2021
Looks like that is actually working.
@linuxludo thanks for the heads-up - should be fixed in the next bugfix version of 5.10 then which I regularely update VyOS to. See T3318
We probably should move the following statement https://github.com/vyos/vyos-1x/blob/current/data/templates/frr/bgp.frr.tmpl#L362-L364
When on VyOS 1.4 please use the show bgp ipv6 command as exposed by FRR. The show ip bgp command is only kept as not all options from show ip bgp are exposed in FRR under the show bgp ipv4 tree.
Apr 7 2021
Apr 5 2021
I wonder if this used to work in the past?
Turns out this is not a VyOS limitation but is a Linux Kernel/iproute2 limitation.
This bug also persists in VyOS 1.2.7
Apr 4 2021
Usually on delete, the firewall should be detached from the interface first as the logic should go from the highest priority to the lowest one.
Apr 3 2021
Added minisign package https://github.com/vyos/vyos-build/tree/current/packages/minisign and also included this in vyos-1x dependency list for crux, equuleus and current
Apr 2 2021
This can be reproduced with the following config on 1.4
This looks very promising to me for VyOS 1.4-rolling-202104020417, can we please backport this @jestabro ?
show ipv6 route lists you the forwarding path - FIB
show ipv6 bgp or show ipv6 route bgp will show you the rib
Could you please try backporting this to 1.3 equuleus branch?
Apr 1 2021
That one just bit me - and actually this is caused by loading the tunnel-broker config from https://github.com/vyos/vyos-1x/blob/b666f8ba97dc792aac90fad4c4c99e47caca7baf/smoketest/configs/tunnel-broker
Mar 31 2021
So my feeling tells me that the offender is here.