]> git.puffer.fish Git - mirror/frr.git/commit
topotests: Add test for checking if route-map is applied for aggregate-address
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Wed, 21 Aug 2019 15:16:17 +0000 (18:16 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Fri, 13 Sep 2019 11:52:40 +0000 (14:52 +0300)
commit65e62caddc40d019c71204e773206d72b7a98314
tree1bc322ffacfb61b95c863d9595a92b141a08b3a1
parentcde3c2b2ea1958b8bff2d4f05fee7df696501401
topotests: Add test for checking if route-map is applied for aggregate-address

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