]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Test if `set extcommunity none` works for route-maps
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Wed, 18 Aug 2021 10:30:05 +0000 (13:30 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Wed, 18 Aug 2021 11:14:52 +0000 (14:14 +0300)
commitbd941b7a6f88406142a1514365a116a127691cdc
tree93ac91453bfeec2f137af5b74ed0672a6a1e311e
parentbb4dcdd13e08a394262e14599278d5c11d7fb197
tests: Test if `set extcommunity none` works for route-maps

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