Document how a standalone module can be built with divert(4) support.

This commit is contained in:
ru 2004-08-26 14:35:05 +00:00
parent c468a78a18
commit 59b39e6ac4

View File

@ -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>