mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:39:28 +00:00
bgp_l3vpn_to_bgp_vrf: fix wrong table entries
This commit is contained in:
parent
c941311fef
commit
e8540bcb55
@ -179,8 +179,8 @@ def ltemplatePreRouterStartHook():
|
|||||||
#configure cust2 VRFs & MPLS
|
#configure cust2 VRFs & MPLS
|
||||||
rtrs = ['r4']
|
rtrs = ['r4']
|
||||||
cmds = ['ip link add {0}-cust2 type vrf table 20',
|
cmds = ['ip link add {0}-cust2 type vrf table 20',
|
||||||
'ip ru add oif {0}-cust1 table 20',
|
'ip ru add oif {0}-cust2 table 20',
|
||||||
'ip ru add iif {0}-cust1 table 20',
|
'ip ru add iif {0}-cust2 table 20',
|
||||||
'ip link set dev {0}-cust2 up']
|
'ip link set dev {0}-cust2 up']
|
||||||
for rtr in rtrs:
|
for rtr in rtrs:
|
||||||
for cmd in cmds:
|
for cmd in cmds:
|
||||||
|
Loading…
Reference in New Issue
Block a user