summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/firewall_rules_schedule_logic.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_schedule_logic.php b/usr/local/www/firewall_rules_schedule_logic.php
index cab662f..9f714b3 100644
--- a/usr/local/www/firewall_rules_schedule_logic.php
+++ b/usr/local/www/firewall_rules_schedule_logic.php
@@ -1,7 +1,10 @@
<pre>
When working with pfSense based schedules, the logic is a bit different from the normal pfSense rules.
-For example, the rules are evaluated from top to bottom. If you have a pass rule and the rule is outside of the schedule, the traffic will be BLOCKED regardless of pass rules that occur after this rule.
+For example, the rules are evaluated from top to bottom.
+
+If you have a pass rule and the rule is outside of the schedule, the traffic will be BLOCKED regardless
+of pass rules that occur after this rule.
In these cases you will want to change the pass rule to a block style rule to get the needed functionality.
</pre> \ No newline at end of file
OpenPOWER on IntegriCloud