Revision 9e97598a
Added by NOYB NOYB over 9 years ago
src/usr/local/www/firewall_rules.php | ||
---|---|---|
874 | 874 |
if ("FloatingRules" != $if) { |
875 | 875 |
print(gettext("Rules are evaluated on a first-match basis (i.e. " . |
876 | 876 |
"the action of the first rule to match a packet will be executed). ") . '<br />' . |
877 |
gettext("This means that if block rules are used, it is important to pay attention to " .
|
|
877 |
gettext("This means that if block rules are used, it is important to pay attention " . |
|
878 | 878 |
"to the rule order. Everything that isn't explicitly passed is blocked " . |
879 | 879 |
"by default. ")); |
880 | 880 |
} else { |
Also available in: Unified diff
A couple of small corrections.