summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-24 17:42:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-24 17:42:24 +0000
commit4ab4e4eff1af69977ffb69b5334ef6317e60d19c (patch)
treef4070a99609eb976fbc25d509f214c1435b92f52 /usr
parent04c1deba647d3d48fa4e07d133e36ab79465fa13 (diff)
downloadpfsense-4ab4e4eff1af69977ffb69b5334ef6317e60d19c.zip
pfsense-4ab4e4eff1af69977ffb69b5334ef6317e60d19c.tar.gz
Remove bridging safety-checks
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces_lan.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php
index fd018f3..7d05d9c 100755
--- a/usr/local/www/interfaces_lan.php
+++ b/usr/local/www/interfaces_lan.php
@@ -52,13 +52,13 @@ if ($_POST) {
for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++) {
if ($i != $index) {
if ($config['interfaces']['opt' . $i]['bridge'] == $_POST['bridge']) {
- $input_errors[] = "Optional interface {$i} " .
- "({$config['interfaces']['opt' . $i]['descr']}) is already bridged to " .
- "the specified interface.";
+ //$input_errors[] = "Optional interface {$i} " .
+ // "({$config['interfaces']['opt' . $i]['descr']}) is already bridged to " .
+ // "the specified interface.";
} else if ($config['interfaces']['opt' . $i]['bridge'] == "opt{$index}") {
- $input_errors[] = "Optional interface {$i} " .
- "({$config['interfaces']['opt' . $i]['descr']}) is already bridged to " .
- "this interface.";
+ //$input_errors[] = "Optional interface {$i} " .
+ // "({$config['interfaces']['opt' . $i]['descr']}) is already bridged to " .
+ // "this interface.";
}
}
}
OpenPOWER on IntegriCloud