]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Skip ARP protection if 0.0.0.0/0 in addr pairs
authorKevin Benton <blak111@gmail.com>
Wed, 3 Jun 2015 22:20:27 +0000 (15:20 -0700)
committerKevin Benton <blak111@gmail.com>
Thu, 25 Jun 2015 16:12:21 +0000 (09:12 -0700)
commit747738d36572079307f228a861a067ca0cd815c2
treee319774f61e6c27cb4bc1f070c406974e3a4d36c
parentb257136e1c68291f07ae47b8592dc407a7a40cd9
Skip ARP protection if 0.0.0.0/0 in addr pairs

Don't setup ARP protection on ports with allowed address pairs
that allow them to use any IP address. This is necessary because
OVS doesn't support the /0 prefix in rules that match on ARP headers.

Related-Bug: #1461054
Closes-Bug: #1468009
Change-Id: I913a86f22b228aa11fa3dabd9493c3995198f7ec
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/functional/agent/test_ovs_flows.py