]> git.proxmox.com Git - mirror_frr.git/commit
tests: Test if `match ipv6 next-hop` works
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Mon, 22 Nov 2021 19:27:05 +0000 (21:27 +0200)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Tue, 23 Nov 2021 11:47:27 +0000 (13:47 +0200)
commit390cde0afc76172c114ec7802f5a70283766682f
tree34fcf70343847aa699f7620b2cbe8d656d630f33
parentbc63ba980f51642582ffbade6bfdf66bae5cf89d
tests: Test if `match ipv6 next-hop` works

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