neutron/neutron/plugins/ml2/drivers
Slawek Kaplonski 151c6a030a [DVR] Block ARP to dvr router's port instead of subnet's gateway
It may happen that subnet is connected to dvr router using IP address
different than subnet's gateway_ip.
So in br-tun arp to dvr router's port should be dropped instead of
dropping arp to subnet's gateway_ip (or mac in case of IPv6).

Conflicts:
        neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py

Change-Id: Ida6b7ae53f3fc76f54e389c5f7131b5a66f533ce
Closes-bug: #1831575
(cherry picked from commit ae3aa28f5a)
2019-06-06 07:08:49 +00:00
..
agent Use same instance of iptables_manager in L2 agent and extensions 2018-01-08 13:38:24 +01:00
l2pop More accurate agent restart state transfer 2019-03-29 22:12:00 +08:00
linuxbridge Config privsep in the linuxbridge agent 2018-03-13 10:58:56 -04:00
macvtap Use same instance of iptables_manager in L2 agent and extensions 2018-01-08 13:38:24 +01:00
mech_sriov Fix corner case in failure assigning MAC to SR-IOV NIC 2018-10-04 18:33:18 +00:00
openvswitch [DVR] Block ARP to dvr router's port instead of subnet's gateway 2019-06-06 07:08:49 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
helpers.py Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
mech_agent.py Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
type_flat.py Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
type_geneve.py Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
type_gre.py Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
type_local.py Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
type_tunnel.py Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
type_vlan.py Fix delete vlan allocation error for ML2 2018-05-18 00:55:20 +00:00
type_vxlan.py Make code follow log translation guideline 2017-08-14 10:53:33 -07:00