mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
buildvm-p10-02.stg: dont set controller for the bond device
If you set the controller for the bond0 device it bypasses the vlan and sends things out untagged or tagged incorrectly. At least removing this seems to avoid duplicates. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -39,7 +39,6 @@ network_connections:
|
||||
type: bond
|
||||
interface_name: bond0
|
||||
mtu: 1500
|
||||
controller: br0
|
||||
bond:
|
||||
mode: active-backup
|
||||
# builder vlan
|
||||
|
||||
Reference in New Issue
Block a user