]> git.puffer.fish Git - mirror/frr.git/commit
tests: Nexthop should not be changed if peer X shares a common subnet 8407/head
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Tue, 6 Apr 2021 06:51:21 +0000 (09:51 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Tue, 6 Apr 2021 07:32:02 +0000 (10:32 +0300)
commitb1367d685948f04a70717a2190dce485eefd6edf
tree62d6a2d3c31a2dca65029eacb4851860975c06f6
parenta61086d29cfae14b8ce923df9a649d36b6e4b1c2
tests: Nexthop should not be changed if peer X shares a common subnet

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
tests/topotests/bgp-ebgp-common-subnet-nexthop-unchanged/__init__.py [new file with mode: 0644]
tests/topotests/bgp-ebgp-common-subnet-nexthop-unchanged/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp-ebgp-common-subnet-nexthop-unchanged/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp-ebgp-common-subnet-nexthop-unchanged/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp-ebgp-common-subnet-nexthop-unchanged/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp-ebgp-common-subnet-nexthop-unchanged/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp-ebgp-common-subnet-nexthop-unchanged/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp-ebgp-common-subnet-nexthop-unchanged/test_bgp-ebgp-common-subnet-nexthop-unchanged.py [new file with mode: 0644]