From: Stephen Hemminger Date: Fri, 17 Feb 2012 16:17:09 +0000 (-0800) Subject: arpd: allow configuring polling interval X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lisovros/iproute2_canprio.git/commitdiff_plain/0df7db3cf431d88953cda6220e76ece39bd0c344 arpd: allow configuring polling interval A new option -p is added to the arpd command that accepts a time indicating the number of seconds to wait between kernel arp table polling attempts. The minimum value is .1 (100ms). If not specified, polling defaults to 30 seconds. Patch by Erik Hugne with modifications --- diff --git a/man/man8/arpd.8 b/man/man8/arpd.8 index 37b6ba4..a14044b 100644 --- a/man/man8/arpd.8 +++ b/man/man8/arpd.8 @@ -4,7 +4,7 @@ arpd \- userspace arp daemon. .SH SYNOPSIS -Usage: arpd [ -lkh? ] [ -a N ] [ -b dbase ] [ -B number ] [ -f file ] [ -n time ] [ -R rate ] [ interfaces ] +Usage: arpd [ -lkh? ] [ -a N ] [ -b dbase ] [ -B number ] [ -f file ] [-p interval ] [ -n time ] [ -R rate ] [ interfaces ] .SH DESCRIPTION The @@ -34,6 +34,9 @@ Suppress sending broadcast queries by kernel. It takes sense together with optio -n