summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-14 21:00:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-14 21:00:49 +0000
commit7f5b482497977fb2cde2f12b37a0268698073567 (patch)
treec513c265a003a33bdd22cb4b07beda7fb2ef0de6 /usr/local/www/firewall_shaper_queues_edit.php
parent1239153852a6d55936fbb10bcb4cbda8de9b9753 (diff)
downloadpfsense-7f5b482497977fb2cde2f12b37a0268698073567.zip
pfsense-7f5b482497977fb2cde2f12b37a0268698073567.tar.gz
Clean up save or reboot message, add bandwidth elements to WAN and LAN for traffic shaping. Clean up a few bugs in traffic shaping queue edit screen.
Diffstat (limited to 'usr/local/www/firewall_shaper_queues_edit.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues_edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/firewall_shaper_queues_edit.php b/usr/local/www/firewall_shaper_queues_edit.php
index e9237b5..c9198d3 100755
--- a/usr/local/www/firewall_shaper_queues_edit.php
+++ b/usr/local/www/firewall_shaper_queues_edit.php
@@ -81,6 +81,7 @@ if ($_POST) {
$queue = array();
$queue['options']['schedulertype'] = $_POST['schedulertype'];
$queue['bandwidth'] = $_POST['bandwidth'];
+ $queue['bandwidthtype'] = $_POST['bandwidthtype'];
$queue['priority'] = $_POST['priority'];
$queue['name'] = ereg_replace(" ", "", $_POST['name']);
$queue['options']['linkshare'] = $_POST['linkshare'];
OpenPOWER on IntegriCloud