summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>1999-12-03 21:21:49 +0000
committerarchie <archie@FreeBSD.org>1999-12-03 21:21:49 +0000
commit1edd13e295e6ccc9fabae6f5d194ea28e5360dd6 (patch)
tree88a42530b337289bae509596b18b3655989a24c9 /sys/i386
parent2bb264d4df9f7a0124b3916344d7be225c4dda75 (diff)
downloadFreeBSD-src-1edd13e295e6ccc9fabae6f5d194ea28e5360dd6.zip
FreeBSD-src-1edd13e295e6ccc9fabae6f5d194ea28e5360dd6.tar.gz
New netgraph node type, ng_bpf(8). This node type allows you to
apply bpf(4) filters to data travelling through a netgraph network.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 647f21b..70df1ae 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -394,9 +394,11 @@ options NETATALK #Appletalk communications protocols
# 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.
+# 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_ASYNC
+options NETGRAPH_BPF
options NETGRAPH_CISCO
options NETGRAPH_ECHO
options NETGRAPH_FRAME_RELAY
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 647f21b..70df1ae 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -394,9 +394,11 @@ options NETATALK #Appletalk communications protocols
# 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.
+# 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_ASYNC
+options NETGRAPH_BPF
options NETGRAPH_CISCO
options NETGRAPH_ECHO
options NETGRAPH_FRAME_RELAY
OpenPOWER on IntegriCloud