neutron/neutron/agent/l3
Jakub Libosvar 79ad8492d7 Don't pass config object to send_ip_addr_adv_notif()
Previously, the function consumed a config object and picked only a
single option send_arp_for_ha from that object. This patch replaces the
config object with count itself in order to be able to send gratuitous
ARPs not relying on a single config option.

As per http://codesearch.openstack.org, this function is not called in
any other stadium project. The send_arp_for_ha option is deprecated as
for Ocata.

Related-bug: 1639315

Change-Id: I6efc539a969bebb4fd969e1648a787bf7dc9cd0b
2016-11-08 19:32:00 +00:00
..
__init__.py Move classes out of l3_agent.py 2014-12-10 15:19:28 -07:00
agent.py Rename ipv6_utils.is_enabled() 2016-10-26 02:11:57 -07:00
dvr_edge_ha_router.py Fix wrong HA router state 2016-09-07 06:49:51 +00:00
dvr_edge_router.py Fix deprecation warnings 2016-08-26 22:16:06 -04:00
dvr_fip_ns.py Don't pass config object to send_ip_addr_adv_notif() 2016-11-08 19:32:00 +00:00
dvr_local_router.py Don't pass config object to send_ip_addr_adv_notif() 2016-11-08 19:32:00 +00:00
dvr_router_base.py DVR: Clean stale snat-ns by checking its existence when agent restarts 2016-08-04 10:39:15 -07:00
dvr_snat_ns.py Fix deprecation warnings 2016-08-26 22:16:06 -04:00
dvr.py Merge "Fixes typos Openstack -> OpenStack" 2016-02-05 04:23:26 +00:00
fip_rule_priority_allocator.py Fix two spelling mistakes 2016-05-30 01:58:04 +00:00
ha_router.py Check for ha port to become ACTIVE 2016-08-29 19:31:22 +03:00
ha.py L3-HA: remove unused deprecated code 2016-11-07 01:34:20 -08:00
item_allocator.py DVR: Fix ItemAllocator class to handle exceptions 2016-07-14 13:05:45 -04:00
keepalived_state_change.py Refactoring config options of l3 agent keepalived 2016-08-11 21:48:36 +00:00
l3_agent_extension_api.py Add L3 agent extension API object 2016-08-31 11:15:51 -04:00
l3_agent_extension.py Add L3 agent extension API object 2016-08-31 11:15:51 -04:00
l3_agent_extensions_manager.py Fix bug in L3 agent extension manager 2016-08-23 14:58:32 +00:00
legacy_router.py Don't pass config object to send_ip_addr_adv_notif() 2016-11-08 19:32:00 +00:00
link_local_allocator.py spelling error: 2016-06-30 10:17:18 +08:00
namespace_manager.py DVR: Clean stale snat-ns by checking its existence when agent restarts 2016-08-04 10:39:15 -07:00
namespaces.py Fix typo in l3-agent namespace code 2016-08-09 13:15:48 -04:00
router_info.py Don't pass config object to send_ip_addr_adv_notif() 2016-11-08 19:32:00 +00:00
router_processing_queue.py Fix module's import order 2016-01-22 06:38:42 -08:00