From ca5adeae6c8887d818a77cc1e5378af600271b87 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 3 Jun 2015 17:58:49 +0000 Subject: WIP neutron: stop sending gratuitous ARPs for HA setup Change-Id: I0d13bebe4af234769b5a8da0b9a62fe8e661f1e2 --- install-files/openstack/usr/share/openstack/neutron/l3_agent.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-files/openstack/usr/share/openstack/neutron/l3_agent.ini b/install-files/openstack/usr/share/openstack/neutron/l3_agent.ini index bc1321e4..78b049c2 100644 --- a/install-files/openstack/usr/share/openstack/neutron/l3_agent.ini +++ b/install-files/openstack/usr/share/openstack/neutron/l3_agent.ini @@ -66,7 +66,7 @@ external_network_bridge = br-ex # Send this many gratuitous ARPs for HA setup. Set it below or equal to 0 # to disable this feature. -# send_arp_for_ha = 3 +send_arp_for_ha = 0 # seconds between re-sync routers' data if needed # periodic_interval = 40 -- cgit v1.2.1