neutron/neutron/tests/unit/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 Class to represent Placement state and sync 2019-02-21 14:06:26 +01:00
dhcp Consume constant from neutron-lib: DHCPV6_CLIENT_PORT 2019-02-18 10:35:51 +01:00
l2 Add QoS minimum egress bandwidth rule into ovs-agent 2019-02-26 11:05:04 +00:00
l3 Enable ipv6_forwarding in HA router's namespace 2019-03-13 14:06:29 +01:00
linux Merge "Add TC filter functions implemented with pyroute2" 2019-03-11 04:27:46 +00:00
metadata Switch isolated metadata proxy to bind to 169.254.169.254 2019-01-30 14:17:43 +00:00
ovsdb Add native OVSDB implementation for bridge monitor 2018-12-03 16:09:06 +00:00
windows remove neutron.common.exceptions 2019-02-01 14:35:00 -07:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
test_resource_cache.py Merge "Fix race condition with enabling SG on many ports at once" 2018-01-27 10:36:37 +00:00
test_rpc.py remove neutron.common.rpc 2019-02-06 11:05:55 -07:00
test_securitygroups_rpc.py remove neutron.common.rpc 2019-02-06 11:05:55 -07:00