]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
OVS plugin tunnel bridges never learn
authorAaron Rosen <arosen@nicira.com>
Thu, 5 Jul 2012 23:31:51 +0000 (19:31 -0400)
committerGerrit Code Review <review@openstack.org>
Wed, 22 Aug 2012 20:07:49 +0000 (20:07 +0000)
commitd2b58ba48641139e3aa9b9e51bcd5396aca09510
treec79375c273cc6f84f46cb04f2eac283e5d309bde
parent9c915b0d7f58a5da8f63ebf09b13853d52e520e6
OVS plugin tunnel bridges never learn

This patch installs a flow_mod to handle each vm
with the normal action which allows OVS to do mac learning.
Fixes bug 1011467

Change-Id: Ib6500813d4111ae42675459fac64dfb2e9c40d91
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
quantum/plugins/openvswitch/tests/unit/test_tunnel.py