Hey everyone. I am having trouble using an OVS Bridge in a CT. My interface config is the following:
allow-vmbr1 eth1
iface eth1 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
auto vmbr1
allow-ovs vmbr1
iface vmbr1 inet manual
ovs_type OVSBridge
ovs_ports eth1
When I start the CT the error message is: bridge 'vmbr1' does not exist.
What am I missing? Thanks in advance.
allow-vmbr1 eth1
iface eth1 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
auto vmbr1
allow-ovs vmbr1
iface vmbr1 inet manual
ovs_type OVSBridge
ovs_ports eth1
When I start the CT the error message is: bridge 'vmbr1' does not exist.
What am I missing? Thanks in advance.
Last edited: