]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add missing match in OVS agent tunnel mac leaning
authorFrancois Eleouet <f.eleouet@gmail.com>
Fri, 30 Aug 2013 20:30:04 +0000 (22:30 +0200)
committerFrancois Eleouet <f.eleouet@gmail.com>
Fri, 30 Aug 2013 20:37:38 +0000 (22:37 +0200)
commit0b703922e380438452b7fddf8ddff9392cb0d1cd
treef8b983e7e24a667256297fc73e26018d173a3cac
parentf9465f289a1812c94d81183ffd0ed5dbe865ee5f
Add missing match in OVS agent tunnel mac leaning

Learned flows introduced in commit a369f9e39691c01a4e4f7f8668cb37fc17ba03b3
to learn remote mac addresses on tunnels currently only match local VLAN,
but not destination mac address, as a consequence, connectivity may be
erratic as soon as more than two agents are used

Change-Id: I467e47d0dd2c1e5aca12a4e240e348116d530d4f
Closes-Bug: #1219074
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_tunnel.py