]> git.puffer.fish Git - matthieu/frr.git/commit
topotests: add bgp duplicate nexthop test
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 4 Jun 2024 16:50:26 +0000 (18:50 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 11 Jun 2024 08:01:56 +0000 (10:01 +0200)
commitd0bac2796b404e3b206313c9003b770a50b45cdf
tree7060f6f434df2d75e5776f97eb2b65753c8bf7d5
parenta6b1d38d7f038c335143d963b7b7a13377ef5f22
topotests: add bgp duplicate nexthop test

Add a topotest that ensures that when addpath is enabled and two
paths with same nexthop are received, they are sent to ZEBRA which
detects 'duplicate nexthop'.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
16 files changed:
tests/topotests/bgp_duplicate_nexthop/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_duplicate_nexthop/r1/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_duplicate_nexthop/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_duplicate_nexthop/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_duplicate_nexthop/r3/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_duplicate_nexthop/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_duplicate_nexthop/r4/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_duplicate_nexthop/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_duplicate_nexthop/r5/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_duplicate_nexthop/r5/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_duplicate_nexthop/r5/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_duplicate_nexthop/r6/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_duplicate_nexthop/r6/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_duplicate_nexthop/r6/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_duplicate_nexthop/test_bgp_duplicate_nexthop.py [new file with mode: 0644]
tests/topotests/lib/common_check.py [new file with mode: 0644]