From 2ede47be462ff29249b96c7ab1f961186319a0fb Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Wed, 18 May 2022 08:34:16 +0200 Subject: [PATCH] pf/obsdrdr.c: better document PFRULE_INOUT_COUNTS and PF_NEWSTYLE --- miniupnpd/pf/obsdrdr.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/miniupnpd/pf/obsdrdr.c b/miniupnpd/pf/obsdrdr.c index 530d432..86c67f2 100644 --- a/miniupnpd/pf/obsdrdr.c +++ b/miniupnpd/pf/obsdrdr.c @@ -33,11 +33,12 @@ * - USE_IFNAME_IN_RULES * If set the interface name is set in the rule. * - PFRULE_INOUT_COUNTS - * Must be set with OpenBSD version 3.8 and up. + * Must be set with OpenBSD version 3.8 and up, FreeBSD 7.0+, DragonFly 2.8+ + * and OS X with pf. * - PFRULE_HAS_RTABLEID * Must be set with OpenBSD version 4.0 and up. - * - PF_NEWSSTYLE - * Must be set with OpenBSD version 4.7 and up. + * - PF_NEWSTYLE + * Must be set with OpenBSD version 4.7 and up. FreeBSD/pfSense is old style. */ #include