]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add topotest for l3vpn over ipv6 peer
authorRyoga Saito <ryoga.saito@linecorp.com>
Wed, 16 Nov 2022 23:37:55 +0000 (08:37 +0900)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Thu, 17 Nov 2022 15:05:48 +0000 (15:05 +0000)
commitdaa21266dc5f4318d3e0fa6db9f401ff9619f48a
treec06507d8ecffaa803b26327501f005495806b1ec
parent43b7aec4ef7dc476e027339a98f6844cdb0746b4
tests: Add topotest for l3vpn over ipv6 peer

To check the effect of the next patch, I added topotest.

Signed-off-by: Ryoga Saito <ryoga.saito@linecorp.com>
(cherry picked from commit 3db8aa8750d1be675f6df1ed765afeb101b6402b)
19 files changed:
tests/topotests/bgp_srv6l3vpn_over_ipv6/c11/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c11/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c11/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c12/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c12/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c12/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c21/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c21/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c21/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c22/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c22/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c22/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/r1/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/r2/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/test_bgp_srv6l3vpn_over_ipv6.py [new file with mode: 0755]