From 8aa6c73a850d63015ce0526bc864ea9d0c4c3802 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Tue, 16 Aug 2016 11:39:54 +0200 Subject: [PATCH] genconfig.sh add a comment comment about DragonFly BSD 2.8 version detection for PFRULE_INOUT_COUNTS --- miniupnpd/genconfig.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/miniupnpd/genconfig.sh b/miniupnpd/genconfig.sh index c646b14..db5290e 100755 --- a/miniupnpd/genconfig.sh +++ b/miniupnpd/genconfig.sh @@ -233,6 +233,8 @@ case $OS_NAME in FW=pf fi 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} # net.inet6.ip6.v6only has been on by default for many years # and this sysctl node has been removed