mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 15:47:22 +00:00
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 <louis.scalbert@6wind.com>
This commit is contained in:
parent
a92a2683a3
commit
9aa2e5b1cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user