mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 11:15:47 +00:00
Merge pull request #9543 from donaldsharp/actually_set_mpls_data
tests: Fix wrong setting of mpls being turned on
This commit is contained in:
commit
fa1b629254
@ -151,13 +151,6 @@ def setup_module(mod):
|
||||
r1.run("sysctl -w net.mpls.conf.r1-eth0.input=1")
|
||||
r1.run("sysctl -w net.mpls.conf.r1-eth1.input=1")
|
||||
r1.run("sysctl -w net.mpls.conf.r1-eth2.input=1")
|
||||
r2.run("sysctl -w net.mpls.conf.r1-eth0.input=1")
|
||||
r2.run("sysctl -w net.mpls.conf.r1-eth1.input=1")
|
||||
r3.run("sysctl -w net.mpls.conf.r1-eth0.input=1")
|
||||
r3.run("sysctl -w net.mpls.conf.r1-eth1.input=1")
|
||||
r3.run("sysctl -w net.mpls.conf.r1-eth2.input=1")
|
||||
r4.run("sysctl -w net.mpls.conf.r1-eth0.input=1")
|
||||
r4.run("sysctl -w net.mpls.conf.r1-eth1.input=1")
|
||||
|
||||
router_list = tgen.routers()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user