Skip to content

Commit

Permalink
topotests: bgp_suppress_fib, disable bgp nexthop-group
Browse files Browse the repository at this point in the history
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: FRRouting#15169

Signed-off-by: Philippe Guibert <[email protected]>
  • Loading branch information
pguibert6WIND committed May 31, 2024
1 parent 2226127 commit 0ad6fa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/topotests/bgp_suppress_fib/r2/bgpd.conf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0ad6fa6

Please sign in to comment.