summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-16 05:25:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-16 05:25:47 +0000
commit3cd71852aad61bfdeb09dd911c3cdfd7fe5bf1cf (patch)
tree500cf3abc67061ea902656464bc61c5c394bf27a /etc/inc/shaper.inc
parent8b7207755b2567f2472be60c74999d5e161f7f74 (diff)
downloadpfsense-3cd71852aad61bfdeb09dd911c3cdfd7fe5bf1cf.zip
pfsense-3cd71852aad61bfdeb09dd911c3cdfd7fe5bf1cf.tar.gz
MFC 8474
Make shaper first match - fix a months old oversight.
Diffstat (limited to 'etc/inc/shaper.inc')
-rw-r--r--etc/inc/shaper.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index d2598b2..d1abe40 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -590,7 +590,7 @@ function filter_generate_pf_altq_rules() {
$line .= "{$flags}/SAFRPU ";
$qtag = "{$direction}queue";
- $line .= " keep state tag {$rule[$qtag]} ";
+ $line .= " keep state tagged unshaped tag {$rule[$qtag]} ";
$line .= "\n";
$shaperrules .= $line;
OpenPOWER on IntegriCloud