]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Enable ARP spoofing prevention by default
authorKevin Benton <blak111@gmail.com>
Sun, 12 Apr 2015 21:14:38 +0000 (14:14 -0700)
committerKevin Benton <blak111@gmail.com>
Mon, 30 Mar 2015 19:27:03 +0000 (12:27 -0700)
commit012840e2f5397454601c0eb332178da41ff707c8
tree3b8e44b5b3ba1dfe85ae2f75f692ea8038a7f102
parent9c0f00a0a7b7b8b794b4858eb7f635fe2eba560c
Enable ARP spoofing prevention by default

Turn on the ARP spoofing prevention added in
I7c079b779245a0af6bc793564fa8a560e4226afe by
default. It was disabled by default since it
was going into Kilo at the last minute and we
didn't want to risk shipping with a default
that might have broken an edge case that we
didn't consider.

This patch enables it by default since there
shouldn't be any need to have it disabled.

Change-Id: Id17939914ebf8292dce76ccb7d0f6486c91f49e5
etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
neutron/plugins/openvswitch/common/config.py
neutron/tests/unit/plugins/openvswitch/agent/test_ovs_neutron_agent.py