From 9e29f1e65561d78ca92d5c597e1347f1a8fa911b Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Sun, 25 Aug 2013 21:24:19 +0200 Subject: [PATCH] Added some comments and disabled ordering requirement --- pf.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pf.conf b/pf.conf index 048bc8c..47abe9c 100644 --- a/pf.conf +++ b/pf.conf @@ -1,4 +1,10 @@ lan_if="lan0" wan_if="bge2" +# loading rules from files would be tricky without it +# might actually re-enable it later +set require-order no + +# actually load all the rules include "/etc/firewall/rules.d/*.rules" +