summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-29 16:27:29 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-29 16:27:29 +0000
commitf107446cd594cd112b09614d3fe68e73fda9d491 (patch)
tree84e451426a032c182909463666162fb20b520eb5 /usr
parent3f00c1dc9f61e1226a732c5daf325384794095d9 (diff)
downloadpfsense-f107446cd594cd112b09614d3fe68e73fda9d491.zip
pfsense-f107446cd594cd112b09614d3fe68e73fda9d491.tar.gz
Do not allow LAN to be bridged with self
Ticket #653
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces_lan.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php
index bb91af1..7b14a03 100755
--- a/usr/local/www/interfaces_lan.php
+++ b/usr/local/www/interfaces_lan.php
@@ -180,7 +180,7 @@ function enable_change(enable_over) {
<td width="78%" class="vtable">
<select name="bridge" class="formfld" id="bridge" onChange="enable_change(false)">
<option <?php if (!$pconfig['bridge']) echo "selected";?> value="">none</option>
- <?php $opts = array('lan' => "LAN", 'wan' => "WAN");
+ <?php $opts = array('wan' => "WAN");
for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++) {
if ($i != $index)
$opts['opt' . $i] = "Optional " . $i . " (" .
OpenPOWER on IntegriCloud