summaryrefslogtreecommitdiffstats
path: root/sys/modules/bridge
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2004-08-27 15:16:24 +0000
committerandre <andre@FreeBSD.org>2004-08-27 15:16:24 +0000
commitd243747d92c4cacce93fc3a982655dc80d4886d4 (patch)
tree2f8a616b3f6fffde5d0da52a85305bbcf5376c9f /sys/modules/bridge
parentdd8d6f138f3ed1089978b76d0d13a754a30b12f4 (diff)
downloadFreeBSD-src-d243747d92c4cacce93fc3a982655dc80d4886d4.zip
FreeBSD-src-d243747d92c4cacce93fc3a982655dc80d4886d4.tar.gz
Always compile PFIL_HOOKS into the kernel and remove the associated kernel
compile option. All FreeBSD packet filters now use the PFIL_HOOKS API and thus it becomes a standard part of the network stack. If no hooks are connected the entire packet filter hooks section and related activities are jumped over. This removes any performance impact if no hooks are active. Both OpenBSD and DragonFlyBSD have integrated PFIL_HOOKS permanently as well.
Diffstat (limited to 'sys/modules/bridge')
-rw-r--r--sys/modules/bridge/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/modules/bridge/Makefile b/sys/modules/bridge/Makefile
index 70f6b40..4842564 100644
--- a/sys/modules/bridge/Makefile
+++ b/sys/modules/bridge/Makefile
@@ -5,13 +5,4 @@ KMOD= bridge
SRCS= bridge.c
SRCS+= opt_pfil_hooks.h
-#
-# By default don't enable pfil hooks support. This means you
-# cannot use ipfilter together with the bridge. To enable it
-# uncomment the line below
-#
-opt_pfil_hooks.h:
-# echo "#define PFIL_HOOKS 1" > opt_pfil_hooks.h
- touch opt_pfil_hooks.h
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud