neutron/neutron/plugins/ofagent/agent
Dermot Tynan 7b0869bda4 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
(cherry picked from commit 841b2f58f3)
2015-03-04 14:21:27 +00:00
..
__init__.py Implement OpenFlow Agent mechanism driver 2014-03-02 13:40:10 +09:00
arp_lib.py ofagent: Clean up logging 2014-09-10 01:38:12 +00: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 Merge "ofagent: Remove @author tags and update copyright notices" 2014-09-09 16:06:06 +00: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-03-04 14:21:27 +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