summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-10-15 12:41:36 +0000
committerErmal <eri@pfsense.org>2012-10-15 12:41:36 +0000
commite7ccf2a5bdca3c39612622391291297701c61ed5 (patch)
tree604a1d35fc76c7942351ac299883ac481870af51 /etc/inc/shaper.inc
parent651018775c78e38045966825b920b641a0302b43 (diff)
downloadpfsense-e7ccf2a5bdca3c39612622391291297701c61ed5.zip
pfsense-e7ccf2a5bdca3c39612622391291297701c61ed5.tar.gz
Ooops fix removed line by accident
Diffstat (limited to 'etc/inc/shaper.inc')
-rw-r--r--etc/inc/shaper.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index 65f6b23..0b383e5 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -2998,6 +2998,7 @@ class dnpipe_class extends dummynet_class {
if ($this->GetEnabled() == "")
return;
+ $pfq_rule = "\npipe ". $this->GetNumber() . " config ";
$bandwidth = $this->GetBandwidth();
if (is_array($bandwidth)) {
foreach ($bandwidth as $bw) {
OpenPOWER on IntegriCloud