]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Update send_arp_for_ha default in l3_agent.ini
authorDarragh O'Reilly <dara2002-openstack@yahoo.com>
Mon, 21 Oct 2013 17:09:28 +0000 (17:09 +0000)
committerDarragh O'Reilly <dara2002-openstack@yahoo.com>
Mon, 21 Oct 2013 17:09:28 +0000 (17:09 +0000)
The default for send_arp_for_ha was 3 and is now 0.
This patch changes the comment in l3_agent.ini to
show the new default.

Change-Id: I77370350ffee6ad7b94aa7db341c062ebc0b7d89

etc/l3_agent.ini

index 3815071cf2833f2676f25a8635822dff7d2a1162..624e3e3e6e7d7a6553ffd29b0ca7292d48cbbe35 100644 (file)
@@ -48,7 +48,7 @@
 
 # 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