From 9aa2e5b1cd341f9d2cbf24484bf632193a0f196e Mon Sep 17 00:00:00 2001 From: Louis Scalbert Date: Thu, 8 Jun 2023 14:27:12 +0200 Subject: [PATCH] topotests: do not import r1 vrf1 to itself bgp_vpnv4_noretain Do not import r1 vrf1 to itself in order to check that r1 vrf1 prefixes are only in VPN table because it is needed for advertising the prefixes to other routers. Signed-off-by: Louis Scalbert --- tests/topotests/bgp_vpnv4_noretain/r1/bgpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/bgp_vpnv4_noretain/r1/bgpd.conf b/tests/topotests/bgp_vpnv4_noretain/r1/bgpd.conf index ba68e61ddf..0c5a75c6d7 100644 --- a/tests/topotests/bgp_vpnv4_noretain/r1/bgpd.conf +++ b/tests/topotests/bgp_vpnv4_noretain/r1/bgpd.conf @@ -15,7 +15,7 @@ router bgp 65500 vrf vrf1 redistribute connected label vpn export 101 rd vpn export 192.0.2.1:1 - rt vpn import 192.0.2.1:100 192.0.2.2:100 + rt vpn import 192.0.2.2:100 rt vpn export 192.0.2.1:100 export vpn import vpn -- 2.39.5