summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
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/conf/files
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/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index fbda398..ef04f36 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -574,6 +574,8 @@ netatm/uni/unisig_vc_state.c optional atm_uni atm_core
netgraph/ng_base.c optional netgraph
netgraph/ng_parse.c optional netgraph
netgraph/ng_async.c optional netgraph_async
+netgraph/ng_bpf.c optional netgraph_bpf
+net/bpf_filter.c optional netgraph_bpf
netgraph/ng_cisco.c optional netgraph_cisco
netgraph/ng_echo.c optional netgraph_echo
netgraph/ng_frame_relay.c optional netgraph_frame_relay
OpenPOWER on IntegriCloud