summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-16 16:46:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-16 16:46:47 +0000
commitdd69a151ec1e5609b6f585e74c5a3f37a71e0e9d (patch)
treeac2737a3bf5f24f51649000ef5f0d5f545e9fe7a /etc
parent903500be95fa4504c3adb2cb433434debf0ce210 (diff)
downloadpfsense-dd69a151ec1e5609b6f585e74c5a3f37a71e0e9d.zip
pfsense-dd69a151ec1e5609b6f585e74c5a3f37a71e0e9d.tar.gz
s/any/all
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index c760aa6..f12ca25 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -101,7 +101,7 @@ function filter_configure_sync() {
* we'll match only unshaped packets in the shaper code later
* this allows the shaper to be first match
*/
- $pf_altq_rules = "block any tag unshaped label \"SHAPER: first match rule\"\n";
+ $pf_altq_rules = "block all tag unshaped label \"SHAPER: first match rule\"\n";
$pf_altq_rules .= filter_generate_pf_altq_rules();
}
OpenPOWER on IntegriCloud