]> git.proxmox.com Git - mirror_frr.git/commit
tests: Check if IPv6 BGP Link-Local peering works
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 7 Mar 2023 20:41:58 +0000 (22:41 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 7 Mar 2023 20:45:03 +0000 (22:45 +0200)
commit0f4a09ac25d42601f42d37e044f8630ec7d31507
treee9e9ed8d33b50172ebfdcf140e9c5305b7ef681d
parente9ad26e53f0b307d73da6f3083851054a5734ce9
tests: Check if IPv6 BGP Link-Local peering works

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tests/topotests/bgp_ipv6_ll_peering/__init__.py [new file with mode: 0644]
tests/topotests/bgp_ipv6_ll_peering/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_ipv6_ll_peering/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_ipv6_ll_peering/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_ipv6_ll_peering/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_ipv6_ll_peering/test_bgp_ipv6_ll_peering.py [new file with mode: 0644]