vmware-nsx/neutron/plugins/ml2/drivers/l2pop
Édouard Thuleau 7e91362dbb [ML2] l2-pop MD handle multi create/delete ports
If more than one port is added or removed simultaneously, port db entry
have status BUILD or DOWN and pass to ACTIVE when agent have finish to
configured it.
l2-pop mechanism driver use events port pass to ACTIVE or DOWN to send
fdb entries. In case of port is the first or the last network port on
an agent, the flooding entry need to be add or removed.

This patch fix the method to determine how many ports are active on a
agent by adding filter on status port to be ACTIVE.

Closes-bug: #1263881
Change-Id: I9c1f8bd69dee37bc01a5d42327aa5f737998c5aa
2013-12-24 13:23:12 +01:00
..
__init__.py Add l2 population base classes 2013-09-12 01:06:51 +02:00
config.py Add l2 population base classes 2013-09-12 01:06:51 +02:00
constants.py Vxlan / L2population support to Linuxbridge Agent 2013-09-12 02:51:37 +02:00
db.py [ML2] l2-pop MD handle multi create/delete ports 2013-12-24 13:23:12 +01:00
mech_driver.py [ML2] l2-pop MD handle multi create/delete ports 2013-12-24 13:23:12 +01:00
rpc.py Fix l2 pop doesn't propagate ip address updates 2013-09-26 05:20:17 +02:00