mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-30 11:59:23 +00:00
tests: fix bgp_l3vpn_to_bgp_vrf
Too many arguments for format string. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
03b682be62
commit
440daf95fd
@ -59,8 +59,8 @@ luCommand(
|
|||||||
"VRF cust1 IP config",
|
"VRF cust1 IP config",
|
||||||
)
|
)
|
||||||
luCommand(
|
luCommand(
|
||||||
rtr,
|
"r4",
|
||||||
"ip route show vrf r4-cust2".format(rtr),
|
"ip route show vrf r4-cust2",
|
||||||
"192.168...0/24 dev r.-eth",
|
"192.168...0/24 dev r.-eth",
|
||||||
"pass",
|
"pass",
|
||||||
"VRF cust2 interface route",
|
"VRF cust2 interface route",
|
||||||
|
Loading…
Reference in New Issue
Block a user