]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove net.link.ether.inet.useloopback sysctl tunable. It was always on by
authorglebius <glebius@FreeBSD.org>
Tue, 5 Nov 2013 07:32:09 +0000 (07:32 +0000)
committerglebius <glebius@FreeBSD.org>
Tue, 5 Nov 2013 07:32:09 +0000 (07:32 +0000)
commitbce78dfe179929ceecbfdee04dfb909517d70d13
treeb4250ebe7a2bc814d7e59fd488598fcf8a78b91a
parent8696ad7613c4e7ab44f4555f64e30b7ad8b5481f
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.
sys/net/if_var.h
sys/netinet/if_ether.c
sys/netinet/in.c
sys/netpfil/ipfw/ip_fw2.c
usr.sbin/arp/arp.4