opnsense-src/sys/netinet/ipfw
Bjoern A. Zeeb 8813217a67 Always use the opt_*.h options for ipfw.ko, not just when
compiled into the kernel.
Do not try to build the module in case of no INET support but
keep #error calls for now in case we would compile it into the
kernel.

This should fix an issue where the module would fail to enable
IPv6 support from the rc framework, but also other INET and INET6
parts being silently compiled out without giving a warning in the
module case.

While here garbage collect unneeded opt_*.h includes.
opt_ipdn.h is not used anywhere but we need to leave the DUMMYNET
entry in options for conditional inclusion in kernel so keep the
file with the same name.

Reported by:	pluknet
Reviewed by:	plunket, jhb
MFC After:	3 days
2011-11-04 16:24:19 +00:00
..
test Add a priority-based packet scheduler. 2010-03-21 16:30:32 +00:00
dn_heap.c fix a comment and final empty line 2010-07-15 14:37:02 +00:00
dn_heap.h don't use C++ keywords as variable names 2010-03-08 11:27:08 +00:00
dn_sched.h whitespace changes in preparation for future commits 2010-09-29 09:40:20 +00:00
dn_sched_fifo.c Bring in the most recent version of ipfw and dummynet, developed 2010-03-02 17:40:48 +00:00
dn_sched_prio.c Add a priority-based packet scheduler. 2010-03-21 16:30:32 +00:00
dn_sched_qfq.c Whitespace changes to reduce diffs wrt the most recent ipfw/dummynet code: 2010-09-28 22:46:13 +00:00
dn_sched_rr.c whitespace fixes (trailing whitespace, bad indentation 2010-04-19 16:17:30 +00:00
dn_sched_wf2q.c whitespace changes in preparation for future commits 2010-09-29 09:40:20 +00:00
dummynet.txt - change "is is" to "is" or "it is" 2011-10-16 14:30:28 +00:00
ip_dn_glue.c Convert delay parameter back to ms when reporting to user. 2011-05-06 07:13:34 +00:00
ip_dn_io.c Do not use SET_HOST_IPLEN() macro for IPv6 packets. 2011-06-21 06:06:47 +00:00
ip_dn_private.h Whitespace changes to reduce diffs wrt the most recent ipfw/dummynet code: 2010-09-28 22:46:13 +00:00
ip_dummynet.c Hide some debug messages under debug macro. 2011-06-01 12:33:05 +00:00
ip_fw2.c Always use the opt_*.h options for ipfw.ko, not just when 2011-11-04 16:24:19 +00:00
ip_fw_dynamic.c Always use the opt_*.h options for ipfw.ko, not just when 2011-11-04 16:24:19 +00:00
ip_fw_log.c Always use the opt_*.h options for ipfw.ko, not just when 2011-11-04 16:24:19 +00:00
ip_fw_nat.c Implement "global" mode for ipfw nat. It is similar to natd(8) 2011-06-14 13:35:24 +00:00
ip_fw_pfil.c Always use the opt_*.h options for ipfw.ko, not just when 2011-11-04 16:24:19 +00:00
ip_fw_private.h Add support for IPv6 to ipfw fwd: 2011-08-20 17:05:11 +00:00
ip_fw_sockopt.c Always use the opt_*.h options for ipfw.ko, not just when 2011-11-04 16:24:19 +00:00
ip_fw_table.c Always use the opt_*.h options for ipfw.ko, not just when 2011-11-04 16:24:19 +00:00