diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1999-10-21 09:06:11 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1999-10-21 09:06:11 +0000 |
| commit | 4cf49a43559ed9fdad601bdcccd2c55963008675 (patch) | |
| tree | 722c03ee4d750dd89ed43b028c35302fbfd03bfd /sys/conf/options | |
| parent | 67494b1a71eccedcce178eba53e7d31f35d44016 (diff) | |
Notes
Diffstat (limited to 'sys/conf/options')
| -rw-r--r-- | sys/conf/options | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index 5894d6455702..26beba595057 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -237,6 +237,24 @@ TCPDEBUG TCP_DROP_SYNFIN opt_tcp_input.h TCP_RESTRICT_RST opt_tcp_input.h +# Netgraph(4). Use option NETGRAPH to enable the base netgraph code. +# Each netgraph node type can be either be compiled into the kernel +# or loaded dynamically. To get the former, include the corresponding +# option below. +NETGRAPH +NETGRAPH_ASYNC opt_netgraph.h +NETGRAPH_CISCO opt_netgraph.h +NETGRAPH_ECHO opt_netgraph.h +NETGRAPH_FRAME_RELAY opt_netgraph.h +NETGRAPH_HOLE opt_netgraph.h +NETGRAPH_IFACE opt_netgraph.h +NETGRAPH_LMI opt_netgraph.h +NETGRAPH_RFC1490 opt_netgraph.h +NETGRAPH_SOCKET opt_netgraph.h +NETGRAPH_TEE opt_netgraph.h +NETGRAPH_TTY opt_netgraph.h +NETGRAPH_UI opt_netgraph.h + # ATM (HARP version) ATM_CORE opt_atm.h ATM_IP opt_atm.h |
