From: Darragh O'Reilly Date: Mon, 21 Oct 2013 17:09:28 +0000 (+0000) Subject: Update send_arp_for_ha default in l3_agent.ini X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4a6e77e316cf50761b1ee07be63e490f29519711;p=openstack-build%2Fneutron-build.git Update send_arp_for_ha default in l3_agent.ini 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 --- diff --git a/etc/l3_agent.ini b/etc/l3_agent.ini index 3815071cf..624e3e3e6 100644 --- a/etc/l3_agent.ini +++ b/etc/l3_agent.ini @@ -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