mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document how a standalone module can be built with divert(4) support.
This commit is contained in:
parent
9bfe6d472a
commit
f2b9afaef9
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue