diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-11-11 09:31:23 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-11-11 09:31:23 +0000 |
| commit | 44ec3c8c44d8dcff0f863ebd2c07d511ac51ba74 (patch) | |
| tree | 9fefe033a38509f4f30c1cce80c94afe5f57c579 /usr.sbin/arp | |
| parent | 9f5529b45a5aebb0861e793bd6f2ef7a12374a6b (diff) | |
Notes
Diffstat (limited to 'usr.sbin/arp')
| -rw-r--r-- | usr.sbin/arp/arp.4 | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4 index f6ac72c53aa73..1ef7206c90135 100644 --- a/usr.sbin/arp/arp.4 +++ b/usr.sbin/arp/arp.4 @@ -119,17 +119,16 @@ of the .Xr sysctl 3 MIB. .Bl -tag -.It Dv prune_intvl +.It Va prune_intvl How frequently the ARP cache is cleaned from expired entries. -.It Dv max_age -How long an ARP entry is hold in cache until it needs to be refreshed. -.It Dv maxtries +.It Va max_age +How long an ARP entry is held in the cache until it needs to be refreshed. +.It Va maxtries Number of retransmits before host is considered down and error is returned. -.It Dv useloopback +.It Va useloopback If an ARP entry is added for local address, force the traffic to go through -the loopback interface. If set to 0 the traffic will be enforced to go -through the hardware. -.It Dv proxyall +the loopback interface. +.It Va proxyall Enables ARP proxying for all hosts on net. .El .Sh DIAGNOSTICS |
