summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-08-30 20:11:03 +0000
committerErmal <eri@pfsense.org>2010-08-30 20:11:03 +0000
commitc79439f1fef8b2c0fe5524edb08b46de8e300eb4 (patch)
tree42c80c21d534d4f244b95bafe10951a711e0b97e
parent7413cbfdabc2c7d23092b29049a7b604f401c767 (diff)
downloadpfsense-c79439f1fef8b2c0fe5524edb08b46de8e300eb4.zip
pfsense-c79439f1fef8b2c0fe5524edb08b46de8e300eb4.tar.gz
Actually it should test the other way.
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 8021836..0aaab85 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2482,7 +2482,7 @@ function interface_configure($interface = "wan", $reloadall = false, $linkupeven
if (!empty($gif))
interface_gif_configure($gif);
- if ($linkupevent == true) {
+ if ($linkupevent == false) {
unset($bridgetmp);
$bridgetmp = link_interface_to_bridge($interface);
if (!empty($bridgetmp))
OpenPOWER on IntegriCloud