neutron/neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent
Slawek Kaplonski 9b3e401533 [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-04 23:16:25 +00:00
..
extension_drivers Clear residual qos rules after l2-agent restarts. 2019-01-24 06:43:01 +00:00
openflow ovs: raise RuntimeError in _get_dp if id is None 2019-03-21 16:16:47 -07:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
fake_oflib.py OVS-agent: Introduce Ryu based OpenFlow implementation 2015-09-02 14:05:18 +09:00
ovs_test_base.py Update to support the ovdsbapp 0.4.0 API 2017-05-17 19:58:34 +00:00
test_ovs_agent_extension_api.py OVSBridge: add --strict to allow priority in delete_flows 2017-05-04 11:52:34 +02:00
test_ovs_capabilities.py use neutron-lib's callback fixture 2017-06-14 06:50:29 -06:00
test_ovs_neutron_agent.py [DVR] Block ARP to dvr router's port instead of subnet's gateway 2019-06-04 23:16:25 +00:00
test_ovs_tunnel.py Merge "Divide-and-conquer local bridge flows beasts" into stable/queens 2019-04-09 00:38:14 +00:00
test_vlanmanager.py Removed deprecated class LocalVLANMapping 2016-11-07 20:24:06 +00:00