]> 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>
Sat, 2 May 2015 12:21:22 +0000 (05:21 -0700)
commitdbe7ba1868f35af0142f78c70693ed69e6f42ca3
tree1e7cd6c36ba38399da0e19e691ae69573cd0ef2a
parent8978516e49a246fb490dad9a2a4e34f1e98afea5
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.

Co-authored-by: Kevin Benton <blak111@gmail.com>
Closes-Bug: #1449363
Change-Id: I4bb3135e62378c5c96d1ac0b646336ac9a637bde
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/common/machine_fixtures.py
neutron/tests/contrib/functional-testing.filters
neutron/tests/functional/agent/test_ovs_flows.py