openqa/worker: revert br0 netmask
os-autoinst *really really* wants it to be this. The helper service fails if it isn't. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
2296847061
commit
be6a4937ea
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ DEVICETYPE='ovs'
|
||||||
TYPE='OVSBridge'
|
TYPE='OVSBridge'
|
||||||
BOOTPROTO='static'
|
BOOTPROTO='static'
|
||||||
IPADDR='10.0.2.2'
|
IPADDR='10.0.2.2'
|
||||||
NETMASK='255.255.254.0'
|
NETMASK='255.254.0.0'
|
||||||
DEVICE=br0
|
DEVICE=br0
|
||||||
STP=on
|
STP=on
|
||||||
ONBOOT='yes'
|
ONBOOT='yes'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue