neutron-fwaas/neutron/agent/linux
Cedric Brandily 3a30d19e4e Deletes floating ip related connection states
When a floating ip is dissociated with a port, the current
connection with the floating ip is still working. This patch
will clear the connection state and cut off the connection
immediately.

Since conntrack -D will return 1, which is not an error code,
so add extra_ok_codes argument to execute methods.

Change-Id: Ia9bd7ae243a0859dcb97e2fa939f7d16f9c2456c
Closes-Bug: #1334926
(cherry picked from commit 9666455383)
2014-09-29 13:34:48 +02:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
async_process.py remove unused imports 2014-02-14 12:05:56 +08:00
daemon.py Merge "Change daemon Pidfile class to not use root_helper" 2013-09-19 21:21:12 +00:00
dhcp.py Don't spawn metadata-proxy for non-isolated nets 2014-09-22 11:22:31 +03:00
external_process.py Refactor netns.execute so that it is not necessary to check namespace 2014-03-04 16:13:44 +00:00
interface.py Deletes floating ip related connection states 2014-09-29 13:34:48 +02:00
ip_lib.py Deletes floating ip related connection states 2014-09-29 13:34:48 +02:00
iptables_firewall.py Ensure ip6tables are used only if ipv6 is enabled in kernel 2014-08-22 10:42:07 +02:00
iptables_manager.py Ensure ip6tables are used only if ipv6 is enabled in kernel 2014-08-22 10:42:07 +02:00
ovs_lib.py Default to setting secure mode on the integration bridge 2014-06-09 20:08:52 +00:00
ovsdb_monitor.py Avoid processing ports which are not yet ready 2014-02-13 15:38:05 -08:00
polling.py Add configurable ovsdb monitor respawn interval 2013-11-20 15:16:27 -06:00
utils.py Deletes floating ip related connection states 2014-09-29 13:34:48 +02:00