From 4a6e77e316cf50761b1ee07be63e490f29519711 Mon Sep 17 00:00:00 2001 From: Darragh O'Reilly Date: Mon, 21 Oct 2013 17:09:28 +0000 Subject: [PATCH] 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 --- etc/l3_agent.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2