From b5c3c0975dc33b916e68971e1c90ea85b5b3fce9 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 2 Dec 2015 19:44:53 +0000 Subject: [PATCH] Enable Neutron prevent_arp_spoofing by default This patch changes the linuxbridge agent configuration to respect the upstream value for prevent_arp_spoofing, which is True. Note: This should only be backported to Liberty for a minor release as this is a major functional change in the way that instances connect to networks. UpgradeImpact Closes-Bug: #1522379 Change-Id: I13d697cb78b6df35c4d75168b0e662ecbc8ebde8 --- templates/plugins/ml2/linuxbridge_agent.ini.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/plugins/ml2/linuxbridge_agent.ini.j2 b/templates/plugins/ml2/linuxbridge_agent.ini.j2 index 823b6ff8..d471e3bb 100644 --- a/templates/plugins/ml2/linuxbridge_agent.ini.j2 +++ b/templates/plugins/ml2/linuxbridge_agent.ini.j2 @@ -25,7 +25,6 @@ enable_vxlan = False # Agent [agent] -prevent_arp_spoofing = False # Security groups [securitygroup]