summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-06 19:20:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-06 19:20:26 +0000
commitad4fb3592dae834e2df1f0909654cf29495e023b (patch)
tree1fb3b1704c9bbee37bfaa23110c0ed426e4a1321 /usr
parent0267378f494fa725e820dc27c6800adcf9852829 (diff)
downloadpfsense-ad4fb3592dae834e2df1f0909654cf29495e023b.zip
pfsense-ad4fb3592dae834e2df1f0909654cf29495e023b.tar.gz
Change others priority to 4
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index 786e3e7..640c5b7 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -828,7 +828,7 @@
$queue = array();
$queue['name'] = "qOthersUp";
$queue['associatedrule'] = 0;
- $queue['priority'] = 5;
+ $queue['priority'] = 4;
$queue['red'] = "on";
$queue['ecn'] = "on";
$queue['realtime'] = "on";
@@ -852,7 +852,7 @@
$queue = array();
$queue['name'] = "qOthersDown";
$queue['associatedrule'] = 0;
- $queue['priority'] = 5;
+ $queue['priority'] = 4;
$queue['red'] = "on";
$queue['ecn'] = "on";
$queue['realtime'] = "on";
OpenPOWER on IntegriCloud