mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-19 12:35:00 +00:00
iproute2: arpd - fix usage and manpage options
Signed-off-by: Petr Sabata <contyk@redhat.com>
This commit is contained in:
parent
7e8bd80e38
commit
281d740691
@ -4,7 +4,7 @@
|
|||||||
arpd \- userspace arp daemon.
|
arpd \- userspace arp daemon.
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
Usage: arpd [ -lk ] [ -a N ] [ -b dbase ] [ -f file ] [ interfaces ]
|
Usage: arpd [ -lkh? ] [ -a N ] [ -b dbase ] [ -B number ] [ -f file ] [ -n time ] [ -R rate ] [ interfaces ]
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
The
|
The
|
||||||
@ -34,7 +34,7 @@ Suppress sending broadcast queries by kernel. It takes sense together with optio
|
|||||||
-n <TIME>
|
-n <TIME>
|
||||||
Timeout of negative cache. When resolution fails arpd suppresses further attempts to resolve for this period. It makes sense only together with option -k This timeout should not be too much longer than boot time of a typical host not supporting gratuitous ARP. Default value is 60 seconds.
|
Timeout of negative cache. When resolution fails arpd suppresses further attempts to resolve for this period. It makes sense only together with option -k This timeout should not be too much longer than boot time of a typical host not supporting gratuitous ARP. Default value is 60 seconds.
|
||||||
.TP
|
.TP
|
||||||
-r <RATE>
|
-R <RATE>
|
||||||
Maximal steady rate of broadcasts sent by arpd in packets per second. Default value is 1.
|
Maximal steady rate of broadcasts sent by arpd in packets per second. Default value is 1.
|
||||||
.TP
|
.TP
|
||||||
-B <NUMBER>
|
-B <NUMBER>
|
||||||
|
@ -94,7 +94,7 @@ int broadcast_burst = 3000;
|
|||||||
void usage(void)
|
void usage(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"Usage: arpd [ -lk ] [ -a N ] [ -b dbase ] [ -f file ] [ interfaces ]\n");
|
"Usage: arpd [ -lkh? ] [ -a N ] [ -b dbase ] [ -B number ] [ -f file ] [ -n time ] [ -R rate ] [ interfaces ]\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user