]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
OVS-agent: Ignore IPv6 addresses for ARP spoofing prevention
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Tue, 28 Apr 2015 03:37:22 +0000 (12:37 +0900)
committerKevin Benton <blak111@gmail.com>
Fri, 29 May 2015 06:03:40 +0000 (23:03 -0700)
commitc2869b7118c0c5fa71e33411cf557f962e1ab279
treec6a617359283d5c94ef4c9f4da0ba5d3e1638b0e
parente459d2d3ca936d93b7eabe42b040409972b47ce5
OVS-agent: Ignore IPv6 addresses for ARP spoofing prevention

The flow rules to match on ARP headers for spoofing prevention
fail to install when an IPv6 address is used. These should be
skipped since the ARP spoofing prevention doesn't apply to IPv6.

Conflicts:
neutron/tests/common/machine_fixtures.py

Co-authored-by: Kevin Benton <blak111@gmail.com>
Closes-Bug: #1449363
Change-Id: I4bb3135e62378c5c96d1ac0b646336ac9a637bde
(cherry picked from commit dbe7ba1868f35af0142f78c70693ed69e6f42ca3)
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/contrib/functional-testing.filters
neutron/tests/functional/agent/linux/helpers.py
neutron/tests/functional/agent/test_ovs_flows.py