summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-10 21:26:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-10 21:26:53 +0000
commitadb82a4a681a9ec67569efc1bd0237cfc85882f1 (patch)
treef2cc622b82201ccb206ba0dd0a89190ed8e0d834 /etc/inc/shaper.inc
parent22ef7302689170d627f7fd387a8282d506f57cc8 (diff)
downloadpfsense-adb82a4a681a9ec67569efc1bd0237cfc85882f1.zip
pfsense-adb82a4a681a9ec67569efc1bd0237cfc85882f1.tar.gz
MFC 10453
Ticket #857 - correctly print out interface macro
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 2fac869..667f6d5 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -605,7 +605,7 @@ function filter_generate_pf_altq_rules() {
$qouttag = "inqueue";
break;
}
- $shaperrules .= "pass out on {$rule['out-interface']} all keep state tagged {$rule[$qtag]} tag {$rule[$qouttag]}\n";
+ $shaperrules .= "pass out on \${$rule['out-interface']} all keep state tagged {$rule[$qtag]} tag {$rule[$qouttag]}\n";
}
}
OpenPOWER on IntegriCloud