Deleted Added
full compact
options (133812) options (133920)
1# $FreeBSD: head/sys/conf/options 133812 2004-08-16 06:36:21Z pjd $
1# $FreeBSD: head/sys/conf/options 133920 2004-08-17 22:05:54Z andre $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible. Try to structure option-using
9# code so that a single option only switch code on, or only switch

--- 332 unchanged lines hidden (view full) ---

342IPFILTER opt_ipfilter.h
343IPFILTER_LOG opt_ipfilter.h
344IPFILTER_DEFAULT_BLOCK opt_ipfilter.h
345PFIL_HOOKS opt_pfil_hooks.h
346IPFIREWALL opt_ipfw.h
347IPFIREWALL_VERBOSE opt_ipfw.h
348IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h
349IPFIREWALL_DEFAULT_TO_ACCEPT opt_ipfw.h
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible. Try to structure option-using
9# code so that a single option only switch code on, or only switch

--- 332 unchanged lines hidden (view full) ---

342IPFILTER opt_ipfilter.h
343IPFILTER_LOG opt_ipfilter.h
344IPFILTER_DEFAULT_BLOCK opt_ipfilter.h
345PFIL_HOOKS opt_pfil_hooks.h
346IPFIREWALL opt_ipfw.h
347IPFIREWALL_VERBOSE opt_ipfw.h
348IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h
349IPFIREWALL_DEFAULT_TO_ACCEPT opt_ipfw.h
350IPFIREWALL_FORWARD opt_ipfw.h
350IPV6FIREWALL opt_ip6fw.h
351IPV6FIREWALL_VERBOSE opt_ip6fw.h
352IPV6FIREWALL_VERBOSE_LIMIT opt_ip6fw.h
353IPV6FIREWALL_DEFAULT_TO_ACCEPT opt_ip6fw.h
354IPSTEALTH
355IPX
356IPXIP opt_ipx.h
357LIBMBPOOL

--- 322 unchanged lines hidden ---
351IPV6FIREWALL opt_ip6fw.h
352IPV6FIREWALL_VERBOSE opt_ip6fw.h
353IPV6FIREWALL_VERBOSE_LIMIT opt_ip6fw.h
354IPV6FIREWALL_DEFAULT_TO_ACCEPT opt_ip6fw.h
355IPSTEALTH
356IPX
357IPXIP opt_ipx.h
358LIBMBPOOL

--- 322 unchanged lines hidden ---