neutron/neutron/plugins/ml2/drivers
Yang Li 0ac6d5fbae Don't add arp responder for non tunnel network port
When the vlan and vxlan both exist in env, and l2population
and arp_responder are enabled, if we update a port's ip address
from vlan network, there will be arp responder related flows
added into br-tun, this will cause too many arp reply for
one arp request, and vm connections will be unnormal.

Closes-Bug: #1824504
Change-Id: I1b6154b9433a9442d3e0118dedfa01c4a9b4740b
(cherry picked from commit 5301ecf41b)
2020-07-10 10:26:28 +00:00
..
agent Merge "Dont use dict.get() to know certain key is in dict" 2018-07-25 15:28:18 +00:00
l2pop Don't add arp responder for non tunnel network port 2020-07-10 10:26:28 +00:00
linuxbridge Add binding activation to the Linuxbridge agent 2018-07-19 15:12:20 -05:00
macvtap use plugin common utils from neutron-lib 2018-04-17 12:06:28 -06:00
mech_sriov SRIOV agent: wait VFs initialization on embedded switch create 2019-06-10 07:12:47 +00:00
openvswitch Merge "Add "igmp_snooping_enable" config option for OVS agent" into stable/rocky 2020-07-08 14:02:36 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
helpers.py use plugin utils from neutron-lib 2018-07-12 08:13:05 -06:00
mech_agent.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
type_flat.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
type_geneve.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
type_gre.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
type_local.py use ml2 driver api from neutron-lib 2017-11-10 08:41:28 -07:00
type_tunnel.py use retry_db_errors from neutron-lib 2018-07-16 08:10:54 -06:00
type_vlan.py Improve VLAN allocations synchronization 2020-04-23 16:11:09 +00:00
type_vxlan.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00