summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-07 19:01:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-07 19:01:18 +0000
commitc50f8cb05f7e564f3b96dbf43720585871772c83 (patch)
tree6c38343cb5c8015457aca564bb0f55b9aed40f06 /usr
parentfaec4b2e1d4f2ec66be8b257ea3b9fc50711383b (diff)
downloadpfsense-c50f8cb05f7e564f3b96dbf43720585871772c83.zip
pfsense-c50f8cb05f7e564f3b96dbf43720585871772c83.tar.gz
MFC 7451
unset $config['shaper']['itemsshaped'] after configuring shaper
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index b10abb3..13cf57e 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -1928,6 +1928,7 @@
</stepbeforeformdisplay>
<stepsubmitphpaction>
$config['shaper']['enable'] = TRUE;
+ unset($config['shaper']['itemsshaped']);
filter_configure_sync();
header("Location: /status_queues.php");
</stepsubmitphpaction>
OpenPOWER on IntegriCloud