openqa/worker: tighten netmask for br0 tap bridge
It shouldn't need anything but 10.0.2.*, and hopefully this will stop it interfering with the rest of the infra network... Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
5f29b40133
commit
44434ee9fa
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ DEVICETYPE='ovs'
|
|||
TYPE='OVSBridge'
|
||||
BOOTPROTO='static'
|
||||
IPADDR='10.0.2.2'
|
||||
NETMASK='255.254.0.0'
|
||||
NETMASK='255.255.254.0'
|
||||
DEVICE=br0
|
||||
STP=on
|
||||
ONBOOT='yes'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue