neutron/neutron/tests
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 port forwarding floating IP QoS 2019-01-30 14:04:00 +00:00
contrib Merge "Devstack plugin for network-segment-range api" 2019-03-10 20:42:55 +00:00
etc Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
fullstack Add a more robust method to check OVSDB values in BaseOVSTestCase 2019-03-09 15:46:59 +00:00
functional Enable ipv6_forwarding in HA router's namespace 2019-03-13 14:06:29 +01:00
unit Enable ipv6_forwarding in HA router's namespace 2019-03-13 14:06:29 +01:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Add new test decorator skip_if_timeout 2019-02-14 11:08:19 +01:00
post_mortem_debug.py
tools.py Support Network Segment Range CRUD as extensions 2019-03-07 08:20:30 +00:00