Some fixes for last commit.

Submitted by:	ru
This commit is contained in:
Gleb Smirnoff 2005-11-11 09:31:23 +00:00
parent 9f5529b45a
commit 44ec3c8c44
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152303

View File

@ -119,17 +119,16 @@ of the
.Xr sysctl 3 .Xr sysctl 3
MIB. MIB.
.Bl -tag .Bl -tag
.It Dv prune_intvl .It Va prune_intvl
How frequently the ARP cache is cleaned from expired entries. How frequently the ARP cache is cleaned from expired entries.
.It Dv max_age .It Va max_age
How long an ARP entry is hold in cache until it needs to be refreshed. How long an ARP entry is held in the cache until it needs to be refreshed.
.It Dv maxtries .It Va maxtries
Number of retransmits before host is considered down and error is returned. 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 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 the loopback interface.
through the hardware. .It Va proxyall
.It Dv proxyall
Enables ARP proxying for all hosts on net. Enables ARP proxying for all hosts on net.
.El .El
.Sh DIAGNOSTICS .Sh DIAGNOSTICS