neutron/neutron/tests/functional/agent/l3
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
..
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-13 14:06:29 +01:00
test_dvr_router.py DVR-HA: Unbinding a HA router from agent does not clear HA interface 2019-03-07 18:11:32 +00:00
test_ha_router.py Enable ipv6_forwarding in HA router's namespace 2019-03-13 14:06:29 +01:00
test_keepalived_state_change.py Change in-tree code to use moved get_ip_version() 2017-03-08 11:35:29 -05:00
test_legacy_router.py Mock router info functions for a functional case 2019-03-08 11:56:44 +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