Openvswitch connects directly to tap
Hi,
Please help me figure this out, I am really lost with the configuration of the OVS. As you may see in the output below of the ovs-vsctl show command there is no bridge in the OVS and when i start the instance it connects it directl to the br-int.
Manager "ptcp:6640:127.0.0.1"
is_connected: true
Bridge br-int
Controller "tcp:127.0.0.1:6633"
is_connected: true
fail_mode: secure
Port "int-br-eth1"
Interface "int-br-eth1"
type: patch
options: {peer="phy-br-eth1"}
Port br-int
Interface br-int
type: internal
Bridge "br-eth1"
Controller "tcp:127.0.0.1:6633"
is_connected: true
fail_mode: secure
Port "br-eth1"
Interface "br-eth1"
type: internal
Port "eth1"
Interface "eth1"
Port "phy-br-eth1"
Interface "phy-br-eth1"
type: patch
options: {peer="int-br-eth1"}
in the moment that i start the instance i will have a tap created but it will attach to the br-int and if i run the command brctl show there is no bridge at all. the configuration file of openvswitch_agent.ini is pasted below:
[ovs]
bridge_mappings =provider:br-eth1
[securitygroup]
firewall_driver = openvswitch
enable_security_group = false
enable_ipset = false
Thank you