summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arp
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-11-05 07:32:09 +0000
committerglebius <glebius@FreeBSD.org>2013-11-05 07:32:09 +0000
commitbce78dfe179929ceecbfdee04dfb909517d70d13 (patch)
treeb4250ebe7a2bc814d7e59fd488598fcf8a78b91a /usr.sbin/arp
parent8696ad7613c4e7ab44f4555f64e30b7ad8b5481f (diff)
downloadFreeBSD-src-bce78dfe179929ceecbfdee04dfb909517d70d13.zip
FreeBSD-src-bce78dfe179929ceecbfdee04dfb909517d70d13.tar.gz
Remove net.link.ether.inet.useloopback sysctl tunable. It was always on by
default from the very beginning. It was placed in wrong namespace net.link.ether, originally it had been at another wrong namespace. It was incorrectly documented at incorrect manual page arp(8). Since new-ARP commit, the tunable have been consulted only on route addition, and ignored on route deletion. Behaviour of a system with tunable turned off is not fully correct, and has no advantages comparing to normal behavior.
Diffstat (limited to 'usr.sbin/arp')
-rw-r--r--usr.sbin/arp/arp.46
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4
index 93cfd07..7bfa8ec 100644
--- a/usr.sbin/arp/arp.4
+++ b/usr.sbin/arp/arp.4
@@ -28,7 +28,7 @@
.\" @(#)arp4.4 6.5 (Berkeley) 4/18/94
.\" $FreeBSD$
.\"
-.Dd May 11, 2013
+.Dd November 5, 2013
.Dt ARP 4
.Os
.Sh NAME
@@ -165,10 +165,6 @@ Default is 5 tries.
.It Va proxyall
Enables ARP proxying for all hosts on net.
Turned off by default.
-.It Va useloopback
-If an ARP entry is added for local address, force the traffic to go through
-the loopback interface.
-Turned on by default.
.It Va wait
Lifetime of an incomplete ARP entry.
Default is 20 seconds.
OpenPOWER on IntegriCloud