From 0ad6fa60d090779bc03c5f4b4a3aa3467dbc738b Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Thu, 7 Mar 2024 10:25:42 +0100 Subject: [PATCH] topotests: bgp_suppress_fib, disable bgp nexthop-group The test fails, because the unexpected 40.0.0.0/8 prefix is received by r3. It should have been filtered out at installation time; consequently, the bgp update should not have been sent to r3. The issue happens, because the 'ip protocol' command is completely bypassed for zapi based routes that use nexthop group identifiers. Let's disable the bgp nexthop group functionality when such configuration is present. Link: https://github.com/FRRouting/frr/issues/15169 Signed-off-by: Philippe Guibert --- tests/topotests/bgp_suppress_fib/r2/bgpd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/topotests/bgp_suppress_fib/r2/bgpd.conf b/tests/topotests/bgp_suppress_fib/r2/bgpd.conf index 129b812036f4..b6e26fa55356 100644 --- a/tests/topotests/bgp_suppress_fib/r2/bgpd.conf +++ b/tests/topotests/bgp_suppress_fib/r2/bgpd.conf @@ -1,6 +1,7 @@ !debug bgp updates !debug bgp bestpath 40.0.0.0/8 !debug bgp zebra +no bgp nexthop-group ! router bgp 2 no bgp ebgp-requires-policy