openqa/worker: enable STP on bridge

I think we'll need this to avoid routing loops with the tunnels.
This commit is contained in:
Adam Williamson 2016-05-05 13:17:47 -07:00
parent 3f41583b51
commit fa7d2529fa

View file

@ -4,7 +4,7 @@ BOOTPROTO='static'
IPADDR='10.0.2.2'
NETMASK='255.254.0.0'
DEVICE=br0
STP=off
STP=on
ONBOOT='yes'
NAME='br0'
HOTPLUG='no'