options (e1df235292db326c3f5dae90c282f6a4b3b39b73) options (14dd6717f83e21e66a1a1f07219216bf84c882fe)
1# $FreeBSD$
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

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

322ETHER_8022 opt_ef.h
323ETHER_SNAP opt_ef.h
324MROUTING opt_mrouting.h
325INET opt_inet.h
326INET6 opt_inet6.h
327IPSEC opt_ipsec.h
328IPSEC_ESP opt_ipsec.h
329IPSEC_DEBUG opt_ipsec.h
1# $FreeBSD$
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

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

322ETHER_8022 opt_ef.h
323ETHER_SNAP opt_ef.h
324MROUTING opt_mrouting.h
325INET opt_inet.h
326INET6 opt_inet6.h
327IPSEC opt_ipsec.h
328IPSEC_ESP opt_ipsec.h
329IPSEC_DEBUG opt_ipsec.h
330IPSEC_FILTERGIF opt_ipsec.h
330FAST_IPSEC opt_ipsec.h
331IPDIVERT
332DUMMYNET opt_ipdn.h
333IPFILTER opt_ipfilter.h
334IPFILTER_LOG opt_ipfilter.h
335IPFILTER_DEFAULT_BLOCK opt_ipfilter.h
336PFIL_HOOKS opt_pfil_hooks.h
337IPFIREWALL opt_ipfw.h

--- 269 unchanged lines hidden ---
331FAST_IPSEC opt_ipsec.h
332IPDIVERT
333DUMMYNET opt_ipdn.h
334IPFILTER opt_ipfilter.h
335IPFILTER_LOG opt_ipfilter.h
336IPFILTER_DEFAULT_BLOCK opt_ipfilter.h
337PFIL_HOOKS opt_pfil_hooks.h
338IPFIREWALL opt_ipfw.h

--- 269 unchanged lines hidden ---