freebsd-src/sys/netpfil/ipfw
Gleb Smirnoff b1b9dcae46 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.
2013-11-05 07:32:09 +00:00
..
test
dn_heap.c
dn_heap.h
dn_sched.h
dn_sched_fifo.c
dn_sched_prio.c
dn_sched_qfq.c
dn_sched_rr.c
dn_sched_wf2q.c
dummynet.txt
ip_dn_glue.c Mechanically substitute flags from historic mbuf allocator with 2012-12-05 08:04:20 +00:00
ip_dn_io.c Provide includes that are needed in these files, and before were read 2013-10-26 18:18:50 +00:00
ip_dn_private.h
ip_dummynet.c Provide includes that are needed in these files, and before were read 2013-10-26 18:18:50 +00:00
ip_fw2.c Remove net.link.ether.inet.useloopback sysctl tunable. It was always on by 2013-11-05 07:32:09 +00:00
ip_fw_dynamic.c Include necessary headers that now are available due to pollution 2013-10-28 07:29:16 +00:00
ip_fw_log.c The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
ip_fw_nat.c The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
ip_fw_pfil.c Mechanically substitute flags from historic mbuf allocator with 2012-12-05 08:04:20 +00:00
ip_fw_private.h Make ipfw nat init/unint work correctly for VIMAGE: 2013-08-24 11:59:51 +00:00
ip_fw_sockopt.c Fix ipfw rule validation partially broken by r248552. 2013-04-01 11:28:52 +00:00
ip_fw_table.c