neutron/neutron/agent
Brian Haley be13101ec4 Stop arping when interface gets deleted
It is possible for an interface to be added to a
router, have arping get started for it in a thread,
then immediately remove the interface, causing
arping errors in the l3-agent log.  This concurrent
deletion should be handled more gracefully by
just logging a warning on the first detection and
returning early.

Ocata changes: added translation marker to a warning message because
it's enforced in the branch. (In Pike, we reversed the direction, not
adding those markers to log messages.)

Change-Id: I615b60561b3b7f8c950d5f412fb4cdf7877b98f7
Closes-bug: #1696893
(cherry picked from commit 739daaa955)
2017-06-16 02:41:24 +00:00
..
common Fix TypeError in native of_interface _get_dpid 2017-05-08 16:47:45 +03:00
dhcp Merge "Kill the metadata proxy process unconditionally" 2017-02-03 04:46:04 +00:00
l2 Clear QoS rules from ports without a qos policy. 2017-05-16 16:09:23 -04:00
l3 Ignore gre devices in namespaces when cleaning up devices 2017-06-14 16:19:14 +00:00
linux Stop arping when interface gets deleted 2017-06-16 02:41:24 +00:00
metadata Skip reading config files from neutron.conf.d for the namespace proxy 2017-02-08 17:47:38 +00:00
ovsdb Set OVS inactivity_probe to vsctl_timeout when adding manager 2017-03-09 21:16:56 +00:00
windows Add IPLink class to Windows ip_lib implementation 2017-01-17 17:39:38 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
agent_extension.py Generalize agent extension mechanism 2016-07-19 13:45:22 +00:00
agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
dhcp_agent.py Refactoring agent metadata config 2016-11-21 19:44:49 +00:00
firewall.py Use ICMPV6_TYPE_* constants from neutron-lib 2016-05-28 07:53:35 -07:00
l3_agent.py Init privsep on l3 agent start 2017-01-30 16:00:56 +04:00
metadata_agent.py Refactoring agent metadata config 2016-11-21 19:44:49 +00:00
rpc.py Remove fallback functions in agent/rpc 2016-12-06 15:51:16 +01:00
securitygroups_rpc.py Delete conntrack when remote ipset member removed 2016-11-29 16:19:03 +00:00