neutron/neutron
Slawek Kaplonski b119247bea Enable ipv6_forwarding in HA router's namespace
When HA router is created in "stanby" mode, ipv6 forwarding is
disabled by default in its namespace.
But when router is transitioned to be "master" on node, ipv6
forwarding should be enabled. This was fine for routers with
configured gateway but we somehow missed the case when router don't
have gateway configured.
Because of that missing ipv6 forwarding setting in such case, IPv6
W-E traffic between 2 subnets was not working fine in L3 HA case.

This patch fixes it by adding configuring ipv6_forwarding on
"all" interface in router's namespace always, even if it don't have
gateway configured.

Change-Id: I8b1b2b426f7a26a4b2407a83f9bf29dd6e9ba7b0
CLoses-Bug: #1818224
2019-03-13 14:06:29 +01:00
..
agent Enable ipv6_forwarding in HA router's namespace 2019-03-13 14:06:29 +01:00
api Not set the HA port down at regular l3-agent restart 2019-02-14 16:58:22 +08:00
cmd Merge "Add "rpc_response_max_timeout" config variable in OVS agent" 2019-03-01 12:09:18 +00:00
common Consume constant from neutron-lib: DHCPV6_CLIENT_PORT 2019-02-18 10:35:51 +01:00
conf Allow sharing of security groups via RBAC mechanism 2019-03-09 17:30:14 -06:00
core_extensions remove neutron.common.exceptions 2019-02-01 14:35:00 -07:00
db Allow sharing of security groups via RBAC mechanism 2019-03-09 17:30:14 -06:00
debug Fix all pep8 E265 errors 2018-04-30 16:35:52 -04:00
extensions Allow sharing of security groups via RBAC mechanism 2019-03-09 17:30:14 -06:00
hacking remove neutron.db.api references 2019-03-05 09:14:50 -07:00
ipam Merge "Update the processing of assigned addresses when assigning addresses" 2019-02-07 20:30:20 +00:00
locale Imported Translations from Zanata 2018-03-03 06:08:46 +00:00
notifiers Send global_request_id for tracing calls from neutron to nova 2018-11-30 05:41:24 +00:00
objects Allow sharing of security groups via RBAC mechanism 2019-03-09 17:30:14 -06:00
pecan_wsgi remove neutron.common.rpc 2019-02-06 11:05:55 -07:00
plugins Merge "Drive binding by placement allocation" 2019-03-10 12:54:16 +00:00
privileged Add TC filter functions implemented with pyroute2 2019-03-09 22:01:57 +00:00
quota remove neutron.common.exceptions 2019-02-01 14:35:00 -07:00
scheduler Fetch specific columns rather than full ORM entities 2018-08-22 10:14:09 +00:00
server Allow neutron-api load config from WSGI process 2018-07-25 15:22:14 +07:00
services Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
tests Enable ipv6_forwarding in HA router's namespace 2019-03-13 14:06:29 +01:00
__init__.py Fix incorrect usage of '# flake8: noqa' 2018-10-29 15:27:50 -04:00
_i18n.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
auth.py
manager.py Avoid loading same service plugin more than once 2019-02-21 11:17:02 +01:00
neutron_plugin_base_v2.py Do not load default service plugins if core plugin is not DB based 2017-11-09 20:34:52 +00:00
opts.py Add "rpc_response_max_timeout" config variable in OVS agent 2019-02-21 15:11:42 +00:00
policy.py Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
service.py Merge "Change process name of neutron-server to match worker role" 2019-03-02 14:18:49 +00:00
version.py
worker.py Change process name of neutron-server to match worker role 2019-03-01 14:18:09 -05:00
wsgi.py Change process name of neutron-server to match worker role 2019-03-01 14:18:09 -05:00