neutron/neutron/agent
Daniel Alvarez 8e60531d11 Exclude fallback tunnel devices from netns cleanup
When a namespace gets created, if the fb_tunnels_only_for_init_net
sysctl configuration is set to 0, the fallback tunnels will be
automatically created if the corresponding tunnel is present
in the initial network namespace. Source [0].

This is being observed in some systems where namespaces are not
getting cleaned up due to the presence of such devices as
ip_lib.namespace_is_empty() is returning False.

This patch is adding such devices as per the kernel documentation
to the list of excluded devices by default.

[0] https://www.kernel.org/doc/Documentation/sysctl/net.txt

Closes-Bug: #1797084
Change-Id: I94415a0da5367e2d98d792a5eb4ba3919b838326
Signed-off-by: Daniel Alvarez <dalvarez@redhat.com>
2018-10-10 15:01:49 +02:00
..
common Merge "ovsdb monitor: do not die on ovsdb-client stderr output" 2018-09-16 20:50:06 +00:00
dhcp Merge "Fix lack of routes for neighbour IPv4 subnets" 2018-05-21 22:29:15 +00:00
l2 Reduce qos rpc times on the ovs-agent side 2018-08-16 15:59:32 +03:00
l3 Fix flake8 H404 errors 2018-10-05 21:48:41 +00:00
linux Exclude fallback tunnel devices from netns cleanup 2018-10-10 15:01:49 +02:00
metadata Upgrade pylint to a version that works with python3 2018-10-04 18:03:25 +00:00
ovsdb Fix flake8 H404 errors 2018-10-05 21:48:41 +00:00
windows Windows OVS: minimize polling 2018-08-14 09:54:07 +03:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
_topics.py Add binding_deactivate method to Linux bridge agent 2018-07-14 16:46:01 -05:00
agent_extensions_manager.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
dhcp_agent.py Enable mutable config in Neutron 2018-03-21 20:35:19 +00:00
firewall.py use EGRESS_DIRECTION and INGRESS_DIRECTION from neutron-lib 2018-02-23 10:36:36 -07:00
l3_agent.py Enable mutable config in Neutron 2018-03-21 20:35:19 +00:00
metadata_agent.py Remove deprecated cache_url 2017-11-10 00:47:19 -05:00
resource_cache.py remove rpc create_connection 2018-04-27 09:51:11 -06:00
rpc.py shim neutron rpc with neutron-lib 2018-08-22 11:20:53 -06:00
securitygroups_rpc.py Fix all pep8 E129 errors 2018-05-03 13:44:04 +09:00