Resolve conflict between F_ISIS_UNIT_TEST and ISIS_OPT_DUMMY_AS_LOOPBACK
which were both using the same bit value (0x01). This collision caused
unit test mode to be unintentionally enabled when DUMMY_AS_LOOPBACK was set.
Link: https://github.com/FRRouting/frr/pull/18377
Fixes: ecf591e ("frr: add the dummy_as_loopback patch series, enable it by default")
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
Add the patches for the dummy_as_loopback series, which area already
merged upstream, but not yet released. Also enable it by default.
Link: https://github.com/FRRouting/frr/pull/18242
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
These patches enable the bgp daemon per default and implement the
bgp-evpn autort feature. Also add the topotest for the autort feature.
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
This includes a new frr-test-tools package that we are not interested in
(it's a testing package), so we ignore it with a BuildProfile.
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
frr 8.5.1 has a critical bug evpn bug with Type-3 EVPN route
This is fixed with
https://github.com/FRRouting/frr/pull/14094
Not included in the currently newest tag 8.5.2, but already in
stable/8.5 branch.
Also includes a fix for a grave BGP issue, where a corrupted attribute
23 (Tunnel Encapsulation) will cause a session reset, thus allowing
bad actors to cause potential outages from a distance. For details
see:
https://blog.benjojo.co.uk/post/bgp-path-attributes-grave-error-handling
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
[ mention newly added BGP fix & reword ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
update submodule to current stable/8.5 state
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
noticed by the skip-systemd-native-flag-missing-pre-depends lintian
warning.
And yeah, we really should merge upstream debian/ into ours and then
use the latter as canonical source.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2 importants fixes for a very old bug, they have missed the
8.5.1 release
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
https://github.com/FRRouting/frr/pull/10482
This fix bugs for 2 proxmox users, when vlan-aware bridges exists
with a lot of vlans, netlink message are too big.
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
pending upstream
https://github.com/FRRouting/frr/pull/7535/
This is for ebgp, to avoid to reload frr each time
when we define new vxlan.
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>