summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-30 19:29:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-30 19:29:05 +0000
commit96557c81987d346f5bb88f38bab484024da614f1 (patch)
tree1e9c3eafab2b43e0d3062bd93a14245e684b8f8f /usr
parentce87759a601bb2a942c3ee4d90ad8b9b20431efb (diff)
downloadpfsense-96557c81987d346f5bb88f38bab484024da614f1.zip
pfsense-96557c81987d346f5bb88f38bab484024da614f1.tar.gz
MFC 7246
Alternate schedulers are disabled, don't let advanced settings accidently clear this. Reported-By: Peter Zaitsev
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_advanced.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index c96f5a4..1d30051 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -45,7 +45,10 @@ $pconfig['disableconsolemenu'] = isset($config['system']['disableconsolemenu']);
$pconfig['harddiskstandby'] = $config['system']['harddiskstandby'];
$pconfig['noantilockout'] = isset($config['system']['webgui']['noantilockout']);
$pconfig['tcpidletimeout'] = $config['filter']['tcpidletimeout'];
-$pconfig['schedulertype'] = $config['shaper']['schedulertype'];
+/* billm: alternate schedulers are currently disable */
+/*
+ * $pconfig['schedulertype'] = $config['shaper']['schedulertype'];
+ */
$pconfig['maximumstates'] = $config['system']['maximumstates'];
$pconfig['theme'] = $config['system']['theme'];
$pconfig['disablerendevouz'] = $config['system']['disablerendevouz'];
OpenPOWER on IntegriCloud