auto enp4s0f0
iface enp4s0f0 inet manual
auto enp4s0f1
iface enp4s0f1 inet manual
auto bond0
allow-netbr0 bond0
iface bond0 inet manual
ovs_type OVSBond
ovs_bonds enp4s0f0 enp4s0f1
ovs_bridge netbr0
ovs_options bond_mode=balance-tcp lacp=active other_config:lacp-time=fast
auto netbr0
iface netbr0 inet manual
ovs_type OVSBridge
ovs_ports bond0 net0
ovs_mtu 9100 ################################################################
auto net0
allow-netbr0 net0
iface net0 inet static
address 0.0.0.2/24
gateway 0.0.0.1
dns-nameservers 1.1.1.1
dns-search
ovs_type OVSIntPort
ovs_bridge netbr0
ovs_options tag=10
ovs_extra set interface ${IFACE} external-ids:iface-id=$(hostname -s)-${IFACE}-vif
ovs_mtu 1500 #################################################################