neutron/neutron/tests/functional/agent
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
..
common Add a more robust method to check OVSDB values in BaseOVSTestCase 2019-03-09 15:46:59 +00:00
l2 Add a more robust method to check OVSDB values in BaseOVSTestCase 2019-03-09 15:46:59 +00:00
l3 Enable ipv6_forwarding in HA router's namespace 2019-03-13 14:06:29 +01:00
linux [Functional tests] Change way how conntrack entries are checked 2019-03-02 09:07:07 +00:00
ovsdb Remove polling from test_create_bridges 2018-12-19 17:05:18 +00:00
windows All functional tests logs results now 2018-11-21 19:58:18 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_dhcp_agent.py Use constant IP_VERSION_4/6 in functional tests 2018-08-27 21:45:56 +00:00
test_firewall.py Remove deprecated vsctl ovsdb_interface api 2018-10-11 14:59:34 -04:00
test_l2_lb_agent.py LB Trunk: Stop matching MAC of subport to port model 2017-03-01 14:10:00 +00:00
test_l2_ovs_agent.py Fix all pep8 E265 errors 2018-04-30 16:35:52 -04:00
test_ovs_flows.py Remove deprecated vsctl ovsdb_interface api 2018-10-11 14:59:34 -04:00
test_ovs_lib.py Remove deprecated vsctl ovsdb_interface api 2018-10-11 14:59:34 -04:00