openqa/worker: enable STP on bridge
I think we'll need this to avoid routing loops with the tunnels.
This commit is contained in:
parent
3f41583b51
commit
fa7d2529fa
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ BOOTPROTO='static'
|
||||||
IPADDR='10.0.2.2'
|
IPADDR='10.0.2.2'
|
||||||
NETMASK='255.254.0.0'
|
NETMASK='255.254.0.0'
|
||||||
DEVICE=br0
|
DEVICE=br0
|
||||||
STP=off
|
STP=on
|
||||||
ONBOOT='yes'
|
ONBOOT='yes'
|
||||||
NAME='br0'
|
NAME='br0'
|
||||||
HOTPLUG='no'
|
HOTPLUG='no'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue