]> git.proxmox.com Git - mirror_frr.git/commit
tests: Add a test for 'neighbor <neighbor> default-originate route-map <rm>'
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Wed, 27 Nov 2019 20:50:21 +0000 (22:50 +0200)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Tue, 7 Jan 2020 08:02:47 +0000 (10:02 +0200)
commit462b30672fd10c8e24c837a6553222eaa1c51423
tree9c1fcb9caf1d52e004525d289d7837c429991b92
parenteada87a4abcb15aae7f42607d48161176fa40a4b
tests: Add a test for 'neighbor <neighbor> default-originate route-map <rm>'

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
tests/topotests/bgp_default-route_route-map/__init__.py [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map/test_bgp_default-originate_route-map.py [new file with mode: 0644]