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
This commit is contained in:
Darragh O'Reilly 2013-10-21 17:09:28 +00:00
parent a04e91db98
commit 4a6e77e316
1 changed files with 1 additions and 1 deletions

View 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