]> git.puffer.fish Git - mirror/frr.git/commit
tests: add bgp_vpnv4_route_leak_basic 17369/head
authorLouis Scalbert <louis.scalbert@6wind.com>
Tue, 5 Nov 2024 16:13:38 +0000 (17:13 +0100)
committerLouis Scalbert <louis.scalbert@6wind.com>
Thu, 21 Nov 2024 10:22:22 +0000 (11:22 +0100)
commit82a540dcd4913cb296afccdef69441248a0a5a68
treeb094d5e220adc6763d1f2188784b0082e9d2bcf5
parent172a2aa533a6fee4582951800105bff4dd6b3592
tests: add bgp_vpnv4_route_leak_basic

bgp_vrf_route_leak_basic uses "import/export vrf" commands to perform
route leaks between VRF on the r1 router. The same result can be
achieved by using the "route-target import / export" commands.

Copy bgp_vrf_route_leak_basic to bgp_vpnv4_route_leak_basic. Change
BGP configuration to handle the route leaks with "route-target import /
export". Change to retry timers.  No other changes.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
tests/topotests/bgp_vpnv4_route_leak_basic/r1/frr.conf [new file with mode: 0644]
tests/topotests/bgp_vpnv4_route_leak_basic/setup_vrfs [new file with mode: 0644]
tests/topotests/bgp_vpnv4_route_leak_basic/test_bgp_vpnv4_route_leak_basic.py [new file with mode: 0644]