neutron/neutron/tests/functional/agent/l3
Slawek Kaplonski 66eb1e29f3 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-15 14:30:23 +00:00
..
extensions Merge "remove neutron.common.exceptions" 2019-02-03 17:07:02 +00:00
__init__.py Replace keepalived notifier bash script with Python ip monitor 2015-03-18 18:59:33 -04:00
framework.py Enable ipv6_forwarding in HA router's namespace 2019-03-15 14:30:23 +00:00
test_dvr_router.py Merge "Remove deprecated 'external_network_bridge' option" 2019-03-13 15:42:44 +00:00
test_ha_router.py Enable ipv6_forwarding in HA router's namespace 2019-03-15 14:30:23 +00:00
test_keepalived_state_change.py Set initial ha router state in neutron-keepalived-state-change 2019-03-12 12:29:36 +01:00
test_legacy_router.py Remove deprecated 'external_network_bridge' option 2019-03-09 22:07:38 +00:00
test_metadata_proxy.py Remove _migrate_python_ns_metadata_proxy_if_needed method 2018-08-04 09:53:00 +02:00
test_namespace_manager.py Change ip_lib network namespace code to use pyroute2 2017-10-04 21:09:28 +00:00