allow-vmbr0 bond0
iface bond0 inet manual
ovs_bonds eno1 eno2 eno3 eno4
ovs_type OVSBond
ovs_bridge vmbr0
ovs_options other_config:bond_updelay=200 other_config:lacp-time=fast other_config:bond-miimon-interval=100 other_config:bond-detect-mode=miimon lacp=active bond
_mode=balance-tcp
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
allow-vmbr0 vlan10
iface vlan10 inet static
address x.x.x.x
netmask xx
gateway x.x.x.x
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=10
allow-vmbr0 vlan20
iface vlan20 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=20
allow-vmbr0 vlan30
iface vlan30 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=30
allow-vmbr0 vlan40
iface vlan40 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=40
allow-ovs vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports bond0 vlan10 vlan20 vlan30 vlan40