History log of /external/iproute2/misc/arpd.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0df7db3cf431d88953cda6220e76ece39bd0c344 17-Feb-2012 Stephen Hemminger <shemminger@vyatta.com> 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
/external/iproute2/misc/arpd.c
6cf8398f5f487762586801c25539d8fe5bb33b39 23-Dec-2011 Stephen Hemminger <shemminger@vyatta.com> libnetlink: change rtnl_send() to take void *

Avoid having to cast buffer being sent.
/external/iproute2/misc/arpd.c
281d740691cde36eb8b23f8a97c90f8684638f45 06-Oct-2011 Petr Sabata <contyk@redhat.com> iproute2: arpd - fix usage and manpage options

Signed-off-by: Petr Sabata <contyk@redhat.com>
/external/iproute2/misc/arpd.c
a7a9ddbb675b7fbd184c3ab40817265b0b207a23 06-Nov-2009 Mike Frysinger <vapier@gentoo.org> arpd/ifstat/nstat/rtacct: use daemon()

A bunch of misc utils basically reimplement the daemon() function (the
whole fork/close/chdir/etc...). Rather than do that, use daemon() as
that will work under nommu Linux systems that lack fork().

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
/external/iproute2/misc/arpd.c
ae665a522bd46bea44c5ea84c89c8b1731954170 05-Dec-2006 Stephen Hemminger <shemminger@osdl.org> Remove trailing whitespace

Go through source files and remove all trailing whitespace

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
/external/iproute2/misc/arpd.c
f332d169246447bd5e258ac03d5ee840a70adb1e 06-Jul-2005 shemminger <shemminger> Cleanup GCC4 warnings about signedness.
/external/iproute2/misc/arpd.c
87bc1f03ad3fb16f7c58becec9843378a7154495 18-Jan-2005 5!tgraf <5!tgraf> tb buffer initialization is now done in the parser

(Logical change 1.129)
/external/iproute2/misc/arpd.c
17ce7fd51ca7d1e1b288a64b6edfa54b608a6650 06-Jul-2004 osdl.net!shemminger <osdl.net!shemminger> add if_ether.h since it not in if.h on some systems.

(Logical change 1.52)
/external/iproute2/misc/arpd.c
16efac57d05a43382b63daa96b0ea67114b2c837 09-Jun-2004 osdl.org!shemminger <osdl.org!shemminger> Directory for db library set in top level makefile

(Logical change 1.21)
/external/iproute2/misc/arpd.c
36e312090023635d00d545af630c589496d4ec62 09-Jun-2004 osdl.org!shemminger <osdl.org!shemminger> Switch to db4.1

(Logical change 1.14)
/external/iproute2/misc/arpd.c
aba5acdfdb347d2c21fc67d613d83d4430ca3937 15-Apr-2004 osdl.org!shemminger <osdl.org!shemminger> (Logical change 1.3)
/external/iproute2/misc/arpd.c
86fdf0e47be697587efcf9602cd1f952a1d73170 15-Apr-2004 osdl.org!shemminger <osdl.org!shemminger> Initial revision
/external/iproute2/misc/arpd.c