]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Don't setup ARP protection on OVS for network ports
authorKevin Benton <blak111@gmail.com>
Wed, 2 Sep 2015 13:50:36 +0000 (06:50 -0700)
committerKevin Benton <blak111@gmail.com>
Thu, 3 Sep 2015 10:09:28 +0000 (03:09 -0700)
commitda1ac497d2d10d008925311e3f14e9750f7b86b2
tree3f1c674627df28bdef04f2e17011e3f19e493a30
parentd91f6ee9118b998641dadf2626f1e8bea1801ac7
Don't setup ARP protection on OVS for network ports

Skip adding ARP spoofing protection on OVS ports with a
device_owner field starting with 'network:'. This is
already the case for the other iptables-based spoofing
protection and is necessary for floating IPs to function
correctly on router gateway ports.

Closes-Bug: #1487338
Change-Id: I32cef17ff47fd62e6db16b9083104f07239be25f
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/functional/agent/test_ovs_flows.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py