neutron/neutron/plugins/ofagent/agent
Dermot Tynan 841b2f58f3 Make del_fdb_flow() idempotent.
Addresses an issue where del_fdb_flow() gets a duplicate call for
the same port, which results in a KeyError. This change makes the
call more idempotent, so that it doesn't cause other follow-on
errors as a result of the uncaught exception.

Change-Id: I7a3a34dd654e143dee06c3e4642e859211a312ca
Closes-bug: #1421105
2015-02-27 10:46:51 +00:00
..
__init__.py Implement OpenFlow Agent mechanism driver 2014-03-02 13:40:10 +09:00
arp_lib.py Migrate to oslo.i18n 2014-11-26 22:19:24 +01:00
constants.py ofagent: merge br-tun into br-int 2014-09-01 09:00:03 +09:00
flows.py ofagent: merge br-tun into br-int 2014-09-01 09:00:03 +09:00
main.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
metadata.py ofagent: merge br-tun into br-int 2014-09-01 09:00:03 +09:00
ofa_neutron_agent.py Make del_fdb_flow() idempotent. 2015-02-27 10:46:51 +00:00
ofswitch.py ofagent: merge br-tun into br-int 2014-09-01 09:00:03 +09:00
ports.py Added TAP_DEVICE_PREFIX info to common/constants 2014-09-10 09:59:28 +01:00
tables.py ofagent: merge br-tun into br-int 2014-09-01 09:00:03 +09:00