neutron/neutron/agent/l3
Brian Haley b2cd92241f Fix IPv6 prefix delegation issue on agent restart
On l3-agent restart, prefix delegation subnets weren't always
inserted into the local router_info cache, leading to a missing
ip6tables rule.  Add it when the internal network is configured
if the prefix has already been assigned.

Change-Id: Ic045e2763ba2772bcaf037591821501e84e40878
Closes-bug: #1789403
(cherry picked from commit d19dcf1ef2)
2018-09-20 15:04:49 +00:00
..
extensions Move MAX_CHAIN_LEN constants to constants file 2018-08-03 09:32:39 +02:00
__init__.py Move classes out of l3_agent.py 2014-12-10 15:19:28 -07:00
agent.py use callback payloads for ROUTER/ROUTER_GATEWAY BEFORE_DELETE events 2018-07-23 14:03:10 -06:00
dvr.py Revert "DVR: Fix allowed_address_pair IP, ARP table update by neutron agent" 2018-06-07 15:32:20 +00:00
dvr_edge_ha_router.py Fix W503 pep8 warnings 2018-04-17 14:22:58 +00:00
dvr_edge_router.py use DVR constants from neutron-lib 2018-02-23 09:17:02 -07:00
dvr_fip_ns.py DVR: FIP gateway port is tagged as DEAD port by OVS with external-bridge 2018-06-25 23:48:08 -07:00
dvr_local_router.py Merge "DVR: Self recover from the loss of 'fg' ports in FIP Namespace" 2018-06-27 14:23:57 +00:00
dvr_router_base.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
dvr_snat_ns.py Merge "DVR: properly track SNAT traffic" 2017-04-25 13:05:32 +00:00
fip_rule_priority_allocator.py Fix two spelling mistakes 2016-05-30 01:58:04 +00:00
ha.py Read ha_state file only once 2018-05-01 20:59:52 +00:00
ha_router.py Disable IPv6 forwarding by default on HA routers 2018-05-31 20:19:21 +00:00
item_allocator.py DVR: Check for item_allocator key before releasing 2018-04-04 11:47:41 -07:00
keepalived_state_change.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
l3_agent_extension_api.py Merge "Add a new method get_router_info to L3 agent extension API" 2017-10-22 17:00:22 +00:00
l3_agent_extensions_manager.py Add a new method ha_state_change to L3 agent extension 2017-10-18 09:41:38 +07:00
legacy_router.py Remove deprecated send_arp_for_ha option 2017-04-18 13:38:35 -04:00
link_local_allocator.py spelling error: 2016-06-30 10:17:18 +08:00
namespace_manager.py Change ip_lib network namespace code to use pyroute2 2017-10-04 21:09:28 +00:00
namespaces.py Disable IPv6 forwarding by default on HA routers 2018-05-31 20:19:21 +00:00
router_info.py Fix IPv6 prefix delegation issue on agent restart 2018-09-20 15:04:49 +00:00
router_processing_queue.py Move check_ha_state_for_router() into notification code 2017-11-07 13:10:55 -05:00