summaryrefslogtreecommitdiffstats
path: root/sys/modules/ipfw
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-08-26 14:35:05 +0000
committerru <ru@FreeBSD.org>2004-08-26 14:35:05 +0000
commit029d2b83e2f219122079fd7609573d5f59561cfc (patch)
treea08285cba21fcf4cfd19ac7919ee49508b744b05 /sys/modules/ipfw
parentfdbaf5c59cdb7bb91c868492a1ceb57977003d5c (diff)
downloadFreeBSD-src-029d2b83e2f219122079fd7609573d5f59561cfc.zip
FreeBSD-src-029d2b83e2f219122079fd7609573d5f59561cfc.tar.gz
Document how a standalone module can be built with divert(4) support.
Diffstat (limited to 'sys/modules/ipfw')
-rw-r--r--sys/modules/ipfw/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile
index cd5a6f7..c6b7014 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -14,5 +14,9 @@ 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