]> git.puffer.fish Git - matthieu/frr.git/commit
topotests: add bgp_nexthop_ipv6
authorLouis Scalbert <louis.scalbert@6wind.com>
Tue, 8 Oct 2024 13:04:34 +0000 (15:04 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Thu, 10 Oct 2024 09:39:04 +0000 (11:39 +0200)
commit6dc4d9506181e370680283a4f9ec34d84b06d5e2
tree2deb084f91c23501774d2104f02903a6d2d7d016
parent5bb99ccad2935adb006f7f727c2779b2c6e746e5
topotests: add bgp_nexthop_ipv6

Add bgp_nexthop_ipv6 to check the ipv6 link-local nexthop conformity in
several situations.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
30 files changed:
tests/topotests/bgp_nexthop_ipv6/exabgp.env [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r1/show_bgp_ipv6_step1.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r1/show_bgp_ipv6_step2.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r2/show_bgp_ipv6_step1.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r2/show_bgp_ipv6_step2.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r3/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r3/show_bgp_ipv6_step1.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r3/show_bgp_ipv6_step2.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r4/show_bgp_ipv6_step1.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r4/show_bgp_ipv6_step2.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r5/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r5/show_bgp_ipv6_step1.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r5/show_bgp_ipv6_step2.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r5/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r6/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r6/show_bgp_ipv6_step1.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r6/show_bgp_ipv6_step2.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/r6/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/rr/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/rr/show_bgp_ipv6_step1.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/rr/show_bgp_ipv6_step2.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/rr/show_bgp_ipv6_summary.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/rr/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_ipv6/test_bgp_nexthop_ipv6_topo1.py [new file with mode: 0644]