]> git.puffer.fish Git - matthieu/frr.git/commit
topotests: test bgp ipv6 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)
commit689bb56613dc7ec616c2fb517aeb85e684637a3a
tree37e9c7159e135064b64015dd73f33248189dcd09
parent9245fe61933c9ae3092d107443a418bc0e4f0c9e
topotests: test bgp ipv6 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_ipv6_rtadv/__init__.py [new file with mode: 0644]
tests/topotests/bgp_ipv6_rtadv/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_ipv6_rtadv/r1/ipv4_routes.json [new file with mode: 0644]
tests/topotests/bgp_ipv6_rtadv/r1/ipv6_routes.json [new file with mode: 0644]
tests/topotests/bgp_ipv6_rtadv/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_ipv6_rtadv/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_ipv6_rtadv/r2/ipv4_routes.json [new file with mode: 0644]
tests/topotests/bgp_ipv6_rtadv/r2/ipv6_routes.json [new file with mode: 0644]
tests/topotests/bgp_ipv6_rtadv/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_ipv6_rtadv/test_bgp_ipv6_rtadv.dot [new file with mode: 0644]
tests/topotests/bgp_ipv6_rtadv/test_bgp_ipv6_rtadv.py [new file with mode: 0644]