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/NOTES | |
| parent | 67494b1a71eccedcce178eba53e7d31f35d44016 (diff) | |
Notes
Diffstat (limited to 'sys/conf/NOTES')
| -rw-r--r-- | sys/conf/NOTES | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 66af6877d480..2a55351a3975 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -387,6 +387,24 @@ options NETATALK #Appletalk communications protocols #options EON #ISO CLNP over IP #options NSIP #XNS over IP +# netgraph(4). Enable the base netgraph code with the NETGRAPH option. +# Individual node types can be enabled with the corresponding option +# listed below; however, this is not strictly necessary as netgraph +# will automatically load the corresponding KLD module if the node type +# is not already compiled into the kernel. +options NETGRAPH #netgraph(4) system +options NETGRAPH_ASYNC +options NETGRAPH_CISCO +options NETGRAPH_ECHO +options NETGRAPH_FRAME_RELAY +options NETGRAPH_HOLE +options NETGRAPH_IFACE +options NETGRAPH_LMI +options NETGRAPH_RFC1490 +options NETGRAPH_TEE +options NETGRAPH_TTY +options NETGRAPH_UI + # # Network interfaces: # The `loop' pseudo-device is MANDATORY when networking is enabled. |
