From 222b529936c015c50274f46b5f0a83f75046cd59 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 21 Jan 2005 20:56:53 +0000 Subject: Move scheduler type to advanced menu. We'll default to PRIQ as a simple starting point for new users. NOTE: The scheduler type goes into affect for all interfaces. --- usr/local/www/interfaces_lan.php | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'usr/local/www/interfaces_lan.php') diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php index cb38e46..c169cc5 100755 --- a/usr/local/www/interfaces_lan.php +++ b/usr/local/www/interfaces_lan.php @@ -38,7 +38,6 @@ $pconfig['subnet'] = $config['interfaces']['lan']['subnet']; $pconfig['bandwidth'] = $config['interfaces']['lan']['bandwidth']; $pconfig['bandwidthtype'] = $config['interfaces']['lan']['bandwidthtype']; -$pconfig['schedulertype'] = $config['interfaces']['lan']['schedulertype']; /* Wireless interface? */ if (isset($optcfg['wireless'])) { @@ -77,7 +76,6 @@ if ($_POST) { $config['interfaces']['lan']['subnet'] = $_POST['subnet']; $config['interfaces']['lan']['bandwidth'] = $_POST['bandwidth']; $config['interfaces']['lan']['bandwidthtype'] = $_POST['bandwidthtype']; - $config['interfaces']['lan']['schedulertype'] = $_POST['schedulertype']; $dhcpd_was_enabled = 0; if (isset($config['dhcpd']['enable'])) { @@ -95,7 +93,7 @@ if ($_POST) { "and enable it again prior to rebooting."; } } -$schedulertype = $config['interfaces']['lan']['schedulertype']; + ?> @@ -166,25 +164,6 @@ function ipaddr_change() { Bandwidth Management (Traffic Shaping) - - Scheduler - - -
Select which type of queueing you would like to use - - Interface Bandwidth Speed -- cgit v1.1