neutron/neutron/agent
LIU Yulong c52029c39a Do not link up HA router gateway in backup node
L3 router will set its devices link up by default.
For HA routers, the gateway device will be pluged
in all scheduled hosts. When the gateway deivce is
up in backup node, it will send out IPv6 related
packets (MLDv2) according to some kernal config.
This will cause the physical fabric think that the
gateway MAC is now working in the backup node. And
finally the master node L3 traffic will be broken.

This patch sets the backup gateway device link down
by default. When the VRRP sets the master state in
one host, the L3 agent state change procedure will
do link up action for the gateway device.

Closes-Bug: #1859832
Change-Id: I8dca2c1a2f8cb467cfb44420f0eea54ca0932b05
2020-03-25 16:09:42 +08:00
..
common Merge "Add OVS QoS driver cache for minimum bandwidth rules" 2020-01-22 05:36:24 +00:00
dhcp Merge "Enable bulk updates for the dnsmasq" 2020-02-03 04:03:30 +00:00
l2 Fix pep8 E128 warnings in non-test code 2019-03-12 21:22:33 +00:00
l3 Do not link up HA router gateway in backup node 2020-03-25 16:09:42 +08:00
linux Do not link up HA router gateway in backup node 2020-03-25 16:09:42 +08:00
metadata Remove extra header fields in proxied metadata requests 2020-03-02 11:20:25 -05:00
ovn [ovn] Stricter matching on metadata port binding event 2020-03-19 18:08:16 +00:00
ovsdb Adopt timers for new tenacity release 2019-08-21 14:21:31 +00:00
windows Windows: Fix local adapter ipv6 check 2019-09-13 14:59:49 +03:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
agent_extensions_manager.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
dhcp_agent.py Deprecate config option "ovs_integration_bridge" 2020-02-17 11:02:16 +00:00
firewall.py use EGRESS_DIRECTION and INGRESS_DIRECTION from neutron-lib 2018-02-23 10:36:36 -07:00
l3_agent.py Deprecate config option "ovs_integration_bridge" 2020-02-17 11:02:16 +00:00
metadata_agent.py Remove deprecated cache_url 2017-11-10 00:47:19 -05:00
resource_cache.py Ignore first local port update notification 2019-07-04 12:06:11 +00:00
rpc.py ovs agent: signal to plugin if tunnel refresh needed 2020-01-09 14:18:43 +00:00
securitygroups_rpc.py Support for stateless security groups 2020-03-03 16:53:42 +01:00