Hi,
looks like ovs someway not adding interface to vmbr0 properly , there is no physical dev in vmbr0 bridge, but IP is still reachable, when i add manualy enp2s0f0 to vmbr0, the VM's get connection, but whole host network going crazy.
allow-vmbr0 enp2s0f0
iface enp2s0f0 inet manual
ovs_type OVSPort
ovs_bridge vmbr0
auto vmbr0
iface vmbr0 inet static
address 192.168.14.164
netmask 255.255.252.0
ovs_type OVSBridge
ovs_ports enp2s0f0
root@hutivu:/home/psobota# ifconfig enp2s0f0
enp2s0f0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::d685:64ff:fec9:1ef2 prefixlen 64 scopeid 0x20<link>
ether d3:84:62:c9:3e:f2 txqueuelen 1000 (Ethernet)
RX packets 1463999 bytes 176637924 (168.4 MiB)
RX errors 0 dropped 147298 overruns 0 frame 0
TX packets 127796 bytes 109992410 (104.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@hutivu:/home/psobota# ovs-vsctl list-ports vmbr0
tap302i0
tap302i1
tap303i0
tap305i0
tap305i1
tap305i2
tap310i0
tap313i0
tap315i0
tap317i0
tap317i1
tap317i2
tap328i0
tap356i0
tap358i0
tap367i0
tap382i0
tap395i0
tap423i0
tap425i0
root@hutivu:/home/psobota# ifconfig vmbr0
vmbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.14.164 netmask 255.255.252.0 broadcast 192.168.15.255
inet6 fe80::f44a:bdff:fe0f:994c prefixlen 64 scopeid 0x20<link>
ether f6:4a:bd:0f:99:4c txqueuelen 1000 (Ethernet)
RX packets 985391 bytes 109920657 (104.8 MiB)
RX errors 0 dropped 1269 overruns 0 frame 0
TX packets 136453 bytes 26235251 (25.0 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0