aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2005-05-16 08:25:55 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2005-05-16 08:25:55 +0000
commit73e872668d43e63a61d21d67d674ea5e279e3292 (patch)
tree94bdb2e5b06266fdeb2b0f783944dcfc4213d8dd /sys/conf/NOTES
parentce86397a9828b523bce5538102c07ee99f607822 (diff)
downloadsrc-73e872668d43e63a61d21d67d674ea5e279e3292.tar.gz
src-73e872668d43e63a61d21d67d674ea5e279e3292.zip
Make NETGRAPH_DEBUG a kernel option, so that it can't be turned off
without hacking source. In collaboration with: ru, julian
Notes
Notes: svn path=/head/; revision=146259
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index adc4149a0189..02f2930a18b8 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -501,7 +501,10 @@ options ALTQ_DEBUG
# will automatically load the corresponding KLD module if the node type
# is not already compiled into the kernel. Each type below has a
# corresponding man page, e.g., ng_async(8).
-options NETGRAPH #netgraph(4) system
+options NETGRAPH # netgraph(4) system
+options NETGRAPH_DEBUG # enable extra debugging, this
+ # affects netgraph(4) and nodes
+# Node types
options NETGRAPH_ASYNC
options NETGRAPH_ATMLLC
options NETGRAPH_ATM_ATMPIF