summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arp
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-11-11 09:31:23 +0000
committerglebius <glebius@FreeBSD.org>2005-11-11 09:31:23 +0000
commit83acb8a84cc2463280ad8433f227ff3761401e73 (patch)
tree9fefe033a38509f4f30c1cce80c94afe5f57c579 /usr.sbin/arp
parentc5eba8bfee2914083c4b7acc02153dea607fec14 (diff)
downloadFreeBSD-src-83acb8a84cc2463280ad8433f227ff3761401e73.zip
FreeBSD-src-83acb8a84cc2463280ad8433f227ff3761401e73.tar.gz
Some fixes for last commit.
Submitted by: ru
Diffstat (limited to 'usr.sbin/arp')
-rw-r--r--usr.sbin/arp/arp.415
1 files changed, 7 insertions, 8 deletions
diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4
index f6ac72c..1ef7206 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
OpenPOWER on IntegriCloud