]> git.proxmox.com Git - mirror_frr.git/commit
tests: Check if `match ipv6 next-hop prefix-list` command works
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Wed, 24 Nov 2021 14:28:48 +0000 (16:28 +0200)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Wed, 24 Nov 2021 14:28:48 +0000 (16:28 +0200)
commitc75d6ccbfe95d2708618ade7cc7198e46ee467dd
tree5b85767727e210ecec891c076d5ac2f184bf0344
parent82f191a213917c5d36329aff660262846e4c09f1
tests: Check if `match ipv6 next-hop prefix-list` command works

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
12 files changed:
tests/topotests/bgp_route_map_match_ipv6_nexthop/__init__.py [new file with mode: 0644]
tests/topotests/bgp_route_map_match_ipv6_nexthop/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_route_map_match_ipv6_nexthop/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_route_map_match_ipv6_nexthop/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_route_map_match_ipv6_nexthop/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_route_map_match_ipv6_nexthop/test_bgp_route_map_match_ipv6_nexthop.py [new file with mode: 0644]
tests/topotests/bgp_route_map_match_ipv6_nexthop_access_list/__init__.py [deleted file]
tests/topotests/bgp_route_map_match_ipv6_nexthop_access_list/r1/bgpd.conf [deleted file]
tests/topotests/bgp_route_map_match_ipv6_nexthop_access_list/r1/zebra.conf [deleted file]
tests/topotests/bgp_route_map_match_ipv6_nexthop_access_list/r2/bgpd.conf [deleted file]
tests/topotests/bgp_route_map_match_ipv6_nexthop_access_list/r2/zebra.conf [deleted file]
tests/topotests/bgp_route_map_match_ipv6_nexthop_access_list/test_bgp_route_map_match_ipv6_nexthop_access_list.py [deleted file]