options (970c23b2e61f3919cb38967ca9249e9fd6307034) options (d359a62d442af011179d630bf0ad5b302cd2d908)
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

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

481NETGRAPH_L2TP opt_netgraph.h
482NETGRAPH_LMI opt_netgraph.h
483# MPPC compression requires proprietary files (not included)
484NETGRAPH_MPPC_COMPRESSION opt_netgraph.h
485NETGRAPH_MPPC_ENCRYPTION opt_netgraph.h
486NETGRAPH_NAT opt_netgraph.h
487NETGRAPH_NETFLOW opt_netgraph.h
488NETGRAPH_ONE2MANY opt_netgraph.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

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

481NETGRAPH_L2TP opt_netgraph.h
482NETGRAPH_LMI opt_netgraph.h
483# MPPC compression requires proprietary files (not included)
484NETGRAPH_MPPC_COMPRESSION opt_netgraph.h
485NETGRAPH_MPPC_ENCRYPTION opt_netgraph.h
486NETGRAPH_NAT opt_netgraph.h
487NETGRAPH_NETFLOW opt_netgraph.h
488NETGRAPH_ONE2MANY opt_netgraph.h
489NETGRAPH_PATCH opt_netgraph.h
489NETGRAPH_PIPE opt_netgraph.h
490NETGRAPH_PPP opt_netgraph.h
491NETGRAPH_PPPOE opt_netgraph.h
492NETGRAPH_PPTPGRE opt_netgraph.h
493NETGRAPH_PRED1 opt_netgraph.h
494NETGRAPH_RFC1490 opt_netgraph.h
495NETGRAPH_SOCKET opt_netgraph.h
496NETGRAPH_SPLIT opt_netgraph.h

--- 358 unchanged lines hidden ---
490NETGRAPH_PIPE opt_netgraph.h
491NETGRAPH_PPP opt_netgraph.h
492NETGRAPH_PPPOE opt_netgraph.h
493NETGRAPH_PPTPGRE opt_netgraph.h
494NETGRAPH_PRED1 opt_netgraph.h
495NETGRAPH_RFC1490 opt_netgraph.h
496NETGRAPH_SOCKET opt_netgraph.h
497NETGRAPH_SPLIT opt_netgraph.h

--- 358 unchanged lines hidden ---