]> git.puffer.fish Git - mirror/frr.git/commit
tests: Check if we are not sending duplicate BGP UPDATEs
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Thu, 12 Nov 2020 10:31:30 +0000 (12:31 +0200)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Fri, 11 Dec 2020 12:51:07 +0000 (14:51 +0200)
commit2beb3d396729ba480801ed9d1edaf7bb2cb38359
treeefc800c0e1f70631f41b7be4ad85e3ee6fe78332
parent2adac2562a02fb20cb5fc783c2e6019a1a76354f
tests: Check if we are not sending duplicate BGP UPDATEs

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
14 files changed:
tests/topotests/bgp_community_change_update/__init__.py [new file with mode: 0644]
tests/topotests/bgp_community_change_update/c1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_community_change_update/c1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_community_change_update/test_bgp_community_change_update.py [new file with mode: 0644]
tests/topotests/bgp_community_change_update/x1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_community_change_update/x1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_community_change_update/y1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_community_change_update/y1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_community_change_update/y2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_community_change_update/y2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_community_change_update/y3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_community_change_update/y3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_community_change_update/z1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_community_change_update/z1/zebra.conf [new file with mode: 0644]