summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_wan.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-14 21:06:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-14 21:06:26 +0000
commit03b9276483e6f40975bed0f8e0eae5afaf70f938 (patch)
tree1c80253e970f90ee3a5b8978fcd411d2e67228c4 /usr/local/www/interfaces_wan.php
parent7f5b482497977fb2cde2f12b37a0268698073567 (diff)
downloadpfsense-03b9276483e6f40975bed0f8e0eae5afaf70f938.zip
pfsense-03b9276483e6f40975bed0f8e0eae5afaf70f938.tar.gz
Interface speed definitions for interfaces
Diffstat (limited to 'usr/local/www/interfaces_wan.php')
-rwxr-xr-xusr/local/www/interfaces_wan.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/interfaces_wan.php b/usr/local/www/interfaces_wan.php
index 675e29a..7878fbb 100755
--- a/usr/local/www/interfaces_wan.php
+++ b/usr/local/www/interfaces_wan.php
@@ -78,6 +78,8 @@ if ($wancfg['ipaddr'] == "dhcp") {
$pconfig['blockpriv'] = isset($wancfg['blockpriv']);
$pconfig['spoofmac'] = $wancfg['spoofmac'];
$pconfig['mtu'] = $wancfg['mtu'];
+$pconfig['bandwidth'] = $wancfg['bandwidth'];
+$pconfig['bandwidthtype'] = $wancfg['bandwidthtype'];
/* Wireless interface? */
if (isset($optcfg['wireless'])) {
OpenPOWER on IntegriCloud