]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix L2pop to not send updates for unrelated networks
authorSylvain Afchain <sylvain.afchain@enovance.com>
Wed, 16 Oct 2013 21:28:44 +0000 (23:28 +0200)
committerSylvain Afchain <sylvain.afchain@enovance.com>
Thu, 17 Oct 2013 06:47:15 +0000 (08:47 +0200)
commitde24799696a8199b13223c2ca3820a9ef015bbe0
treeb1a5df9d19720558135abd457f6fa9e2e7425f4e
parent806a6cd064060da525968053e95339322828c1fe
Fix L2pop to not send updates for unrelated networks

With this patch L2 population mechanism driver
sends updates only with ports related to the
network id of the port which is being updated.

Fixes bug: 1240744
Change-Id: If7d51ce26bf0d0837a00da07fe85f48d55e681c6
neutron/plugins/ml2/drivers/l2pop/db.py
neutron/tests/unit/ml2/drivers/test_l2population.py