summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-22 06:51:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-22 06:51:40 +0000
commitd09c8936cafc53aa5cf38945164f72dfaab40fda (patch)
treea246cac50d16d234069c84cf290c1ca78f8f551b /usr
parentbf21c7e5b662e17ef13d9f758540dea7fd761f31 (diff)
downloadpfsense-d09c8936cafc53aa5cf38945164f72dfaab40fda.zip
pfsense-d09c8936cafc53aa5cf38945164f72dfaab40fda.tar.gz
allow bandwidth to not be defined
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php1
-rwxr-xr-xusr/local/www/interfaces_lan.php1
-rwxr-xr-xusr/local/www/interfaces_opt.php1
-rwxr-xr-xusr/local/www/interfaces_wan.php1
4 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 4601dfc..2f8c9b3 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -510,6 +510,7 @@ function type_change(enable_change,enable_change_pptp) {
<option value="Kb">Kilobit/s</option>
<option value="Mb">Megabit/s</option>
<option value="Gb">Gigabit/s</option>
+ <option value=""></option>
</select>
<br> The bandwidth setting will define the speed of the interface for traffic shaping.
</td>
diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php
index c169cc5..631f4f5 100755
--- a/usr/local/www/interfaces_lan.php
+++ b/usr/local/www/interfaces_lan.php
@@ -173,6 +173,7 @@ function ipaddr_change() {
<option value="Kb">Kilobit/s</option>
<option value="Mb">Megabit/s</option>
<option value="Gb">Gigabit/s</option>
+ <option value=""></option>
</select>
<br> The bandwidth setting will define the speed of the interface for traffic shaping.
</td>
diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php
index 64189d0..ae03380 100755
--- a/usr/local/www/interfaces_opt.php
+++ b/usr/local/www/interfaces_opt.php
@@ -267,6 +267,7 @@ function ipaddr_change() {
<option value="Kb">Kilobit/s</option>
<option value="Mb">Megabit/s</option>
<option value="Gb">Gigabit/s</option>
+ <option value=""></option>
</select>
<br> The bandwidth setting will define the speed of the interface for traffic shaping.
</td>
diff --git a/usr/local/www/interfaces_wan.php b/usr/local/www/interfaces_wan.php
index 4601dfc..2f8c9b3 100755
--- a/usr/local/www/interfaces_wan.php
+++ b/usr/local/www/interfaces_wan.php
@@ -510,6 +510,7 @@ function type_change(enable_change,enable_change_pptp) {
<option value="Kb">Kilobit/s</option>
<option value="Mb">Megabit/s</option>
<option value="Gb">Gigabit/s</option>
+ <option value=""></option>
</select>
<br> The bandwidth setting will define the speed of the interface for traffic shaping.
</td>
OpenPOWER on IntegriCloud