From f2b9afaef9050587d1cd03731977de1b8d3d8076 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 26 Aug 2004 14:35:05 +0000 Subject: [PATCH] Document how a standalone module can be built with divert(4) support. --- sys/modules/ipfw/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index cd5a6f791e4..c6b70148705 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