genconfig.sh add a comment

comment about DragonFly BSD 2.8 version detection for
PFRULE_INOUT_COUNTS
This commit is contained in:
Thomas Bernard 2016-08-16 11:39:54 +02:00
parent f66800e114
commit 8aa6c73a85
1 changed files with 2 additions and 0 deletions

View File

@ -233,6 +233,8 @@ case $OS_NAME in
FW=pf FW=pf
fi fi
echo "#define USE_IFACEWATCHER 1" >> ${CONFIGFILE} echo "#define USE_IFACEWATCHER 1" >> ${CONFIGFILE}
# PFRULE_INOUT_COUNTS should be set for DragonFly > 2.8
# version detection is not yet added to this script.
echo "#define PFRULE_INOUT_COUNTS" >> ${CONFIGFILE} echo "#define PFRULE_INOUT_COUNTS" >> ${CONFIGFILE}
# net.inet6.ip6.v6only has been on by default for many years # net.inet6.ip6.v6only has been on by default for many years
# and this sysctl node has been removed # and this sysctl node has been removed