]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
arpd: allow configuring polling interval
authorStephen Hemminger <shemminger@vyatta.com>
Fri, 17 Feb 2012 16:17:09 +0000 (08:17 -0800)
committerStephen Hemminger <shemminger@vyatta.com>
Fri, 17 Feb 2012 16:17:09 +0000 (08:17 -0800)
commit0df7db3cf431d88953cda6220e76ece39bd0c344
tree6265b007f6925a8d84c10f6d9f7ca19600b40839
parent2728f598bbeb6d4b7cc7f65a774ab70fdca04ab4
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 <erik.hugne@ericsson.com> with
modifications
man/man8/arpd.8
misc/arpd.c