mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user