]> git.puffer.fish Git - mirror/frr.git/commit
tests: bgp_vpnv4_route_leak_basic add del static prefix 17370/head
authorLouis Scalbert <louis.scalbert@6wind.com>
Tue, 5 Nov 2024 16:13:38 +0000 (17:13 +0100)
committerLouis Scalbert <louis.scalbert@6wind.com>
Tue, 4 Feb 2025 13:37:49 +0000 (14:37 +0100)
commitfcae7a401d0d7c42a1c1f5dfc096c8a76731ebab
treed55f244473e04405b4fe67459a5670a350542bd6
parent1e826d5d0c2aae2358322de6d30e13b26c73c6cc
tests: bgp_vpnv4_route_leak_basic add del static prefix

In bgp_vpnv4_route_leak_basic, remove and add back the static prefix
172.16.3.0/24 on VRF DONNA. Before the previous fixes, the 172.16.3.0/24
prefix re-appeared when it was added back in the VPN table but it was
marked as invalid.

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