Deleted Added
full compact
options (171568) options (171732)
1# $FreeBSD: head/sys/conf/options 171568 2007-07-24 15:35:02Z scottl $
1# $FreeBSD: head/sys/conf/options 171732 2007-08-05 16:16:15Z bz $
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

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

357ETHER_8023 opt_ef.h
358ETHER_8022 opt_ef.h
359ETHER_SNAP opt_ef.h
360MROUTING opt_mrouting.h
361INET opt_inet.h
362INET6 opt_inet6.h
363IPSEC opt_ipsec.h
364IPSEC_DEBUG opt_ipsec.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

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

357ETHER_8023 opt_ef.h
358ETHER_8022 opt_ef.h
359ETHER_SNAP opt_ef.h
360MROUTING opt_mrouting.h
361INET opt_inet.h
362INET6 opt_inet6.h
363IPSEC opt_ipsec.h
364IPSEC_DEBUG opt_ipsec.h
365IPSEC_FILTERGIF opt_ipsec.h
365IPSEC_FILTERTUNNEL opt_ipsec.h
366IPDIVERT
367DUMMYNET opt_ipdn.h
368IPFILTER opt_ipfilter.h
369IPFILTER_LOG opt_ipfilter.h
370IPFILTER_LOOKUP opt_ipfilter.h
371IPFILTER_DEFAULT_BLOCK opt_ipfilter.h
372IPFIREWALL opt_ipfw.h
373IPFIREWALL_VERBOSE opt_ipfw.h

--- 384 unchanged lines hidden ---
366IPDIVERT
367DUMMYNET opt_ipdn.h
368IPFILTER opt_ipfilter.h
369IPFILTER_LOG opt_ipfilter.h
370IPFILTER_LOOKUP opt_ipfilter.h
371IPFILTER_DEFAULT_BLOCK opt_ipfilter.h
372IPFIREWALL opt_ipfw.h
373IPFIREWALL_VERBOSE opt_ipfw.h

--- 384 unchanged lines hidden ---