]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ovs: don't use ARP responder for IPv6 addresses
authorIhar Hrachyshka <ihrachys@redhat.com>
Fri, 11 Sep 2015 18:46:51 +0000 (14:46 -0400)
committerAssaf Muller <amuller@redhat.com>
Fri, 11 Sep 2015 18:49:30 +0000 (14:49 -0400)
commita19e64c9d95781982d28113c667dbc90d0ea11eb
tree44bf0b31f13b0501565524af891c0aa4f0cc8d5c
parentbcafe20a14048b90d1f3153dad6076e42bf571f5
ovs: don't use ARP responder for IPv6 addresses

ARP does not support IPv6 addresses, so when we try to apply the flow, it
fails, with all other flows deferred for the same transaction. It results in
random flow breakages, depending on the order of the bad flow in the
transaction.

Change-Id: I0ecf167653e5a7d0916e091e05050406a026a1e2
Co-Authored-By: Thomas Carroll <Thomas.Carroll@pnnl.gov>
Closes-Bug: #1477253
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py