]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/bgp_vrf_lite_ipv6_rtadv/test_bgp_vrf_lite_ipv6_rtadv.py
topotests: test bgp ipv6 vrf lite unnumbered with ipv6 rt advertisements
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 27 Mar 2019 10:13:38 +0000 (11:13 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 4 Jun 2019 16:33:57 +0000 (18:33 +0200)
commit37ce18dcfc4a9642f32f93d8bb86f0118250392f
tree630cbd50ecc9e6e8c78a1e53f93076eca7758d6a
parent689bb56613dc7ec616c2fb517aeb85e684637a3a
topotests: test bgp ipv6 vrf lite unnumbered with ipv6 rt advertisements

bgp ipv6 implies that routing advertisements be available for all vrf.
in the case of the vrf backend is network namespace, this should be
tested too. in addition to configure addresses per interface on a
separate vrf, the test also checks for BGP connectivity.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/bgp_vrf_lite_ipv6_rtadv/__init__.py [new file with mode: 0644]
tests/topotests/bgp_vrf_lite_ipv6_rtadv/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_vrf_lite_ipv6_rtadv/r1/ipv4_routes.json [new file with mode: 0644]
tests/topotests/bgp_vrf_lite_ipv6_rtadv/r1/ipv6_routes.json [new file with mode: 0644]
tests/topotests/bgp_vrf_lite_ipv6_rtadv/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_vrf_lite_ipv6_rtadv/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_vrf_lite_ipv6_rtadv/r2/ipv4_routes.json [new file with mode: 0644]
tests/topotests/bgp_vrf_lite_ipv6_rtadv/r2/ipv6_routes.json [new file with mode: 0644]
tests/topotests/bgp_vrf_lite_ipv6_rtadv/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_vrf_lite_ipv6_rtadv/test_bgp_vrf_lite_ipv6_rtadv.dot [new file with mode: 0644]
tests/topotests/bgp_vrf_lite_ipv6_rtadv/test_bgp_vrf_lite_ipv6_rtadv.py [new file with mode: 0644]