diff options
author | archie <archie@FreeBSD.org> | 1999-12-03 21:21:49 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 1999-12-03 21:21:49 +0000 |
commit | 1edd13e295e6ccc9fabae6f5d194ea28e5360dd6 (patch) | |
tree | 88a42530b337289bae509596b18b3655989a24c9 /sys/conf/NOTES | |
parent | 2bb264d4df9f7a0124b3916344d7be225c4dda75 (diff) | |
download | FreeBSD-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/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 647f21b..70df1ae 100644 --- a/sys/conf/NOTES +++ b/sys/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 |