pfsense/usr/local/www/firewall_rules_schedule_logic.php
Scott Ullrich 36d0358b56 Add product_copyright re-branding support
Add product_copyright_years re-branding support
Add product_website re-branding support
Add product_email re-branding support

Work sponsored-by: Centipede Networks
2007-12-16 20:43:26 +00:00

10 lines
459 B
PHP

<pre>
When working with {$g['product_name']} based schedules, the logic is a bit different from the normal {$g['product_name']} 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.
In these cases you will want to change the pass rule to a block style rule to get the needed functionality.
</pre>