]> git.puffer.fish Git - mirror/frr.git/commit
topotests: add vpn test to control aggregated prefix is exported
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 3 Mar 2025 14:31:09 +0000 (15:31 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 3 Mar 2025 19:43:08 +0000 (20:43 +0100)
commitbccf1e5447994ca349de8ba944aba267b397380f
tree0aca6404b668e6dd08eeac9eb27967da48439324
parent1cbbc94e5528981c981453a5d5f5d2143c142831
topotests: add vpn test to control aggregated prefix is exported

Add a test in bgp_vpnv4_ebgp test to control that the aggregated prefix
is exported and selected as a VPN prefix.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/bgp_vpnv4_ebgp/r1/bgpd.conf
tests/topotests/bgp_vpnv4_ebgp/r1/show_bgp_ipv4_172_31_1_0.json [new file with mode: 0644]
tests/topotests/bgp_vpnv4_ebgp/r1/zebra.conf
tests/topotests/bgp_vpnv4_ebgp/r100/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_vpnv4_ebgp/r100/show_bgp_ipv4.json [new file with mode: 0644]
tests/topotests/bgp_vpnv4_ebgp/r100/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_vpnv4_ebgp/test_bgp_vpnv4_ebgp.py