Quantum OVS tunneling - Why delete openflows on added port in bridge br-int ?
I looked the Quantum OVS plugin code and I block on a line https://github.com/openstack/quantum/blob/stable/folsom/quantum/plugins/openvswitch/agent/ovs_quantum_agent.py#L388 (https://github.com/openstack/quantum/...)
This line is in the function 'port_bound' which called by OVS agent when a new port is added. And this line delete all openflows rules related to the new added port on bridge br-int.
Why it needs to delete this openflows and where they could be added ?