From 4bbe5a2c0fe11eb31a56ddc303c089ff278b36b6 Mon Sep 17 00:00:00 2001 From: andre Date: Mon, 25 Oct 2004 20:02:34 +0000 Subject: 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. --- sys/modules/ipfw/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/modules/ipfw') 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 -- cgit v1.1