summaryrefslogtreecommitdiffstats
path: root/sys/modules/ipfw
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2004-10-25 20:02:34 +0000
committerandre <andre@FreeBSD.org>2004-10-25 20:02:34 +0000
commit4bbe5a2c0fe11eb31a56ddc303c089ff278b36b6 (patch)
tree4915e23206d1ccfe368221a6bbdac151547aaff4 /sys/modules/ipfw
parent50d63268a9d477e7c04c618790bb07acc44dc916 (diff)
downloadFreeBSD-src-4bbe5a2c0fe11eb31a56ddc303c089ff278b36b6.zip
FreeBSD-src-4bbe5a2c0fe11eb31a56ddc303c089ff278b36b6.tar.gz
IPDIVERT is a module now and tell the other parts of the kernel about it.
IPDIVERT depends on IPFIREWALL being loaded or compiled into the kernel.
Diffstat (limited to 'sys/modules/ipfw')
-rw-r--r--sys/modules/ipfw/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile
index c6b7014..cd5a6f7 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -14,9 +14,5 @@ CFLAGS+= -DIPFIREWALL
#If you want it to pass all packets by default
#CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT
#
-#If you want it with divert(4) support (kernel must be compiled
-#with "options IPDIVERT" for this to work)
-#CFLAGS+= -DIPDIVERT
-#
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud