summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-01-15 12:22:26 -0200
committerRenato Botelho <garga@FreeBSD.org>2013-01-15 12:22:26 -0200
commit8a16c5502ce2ca5877611a4a4a2cffe61c726b71 (patch)
tree30399bbc42efdab751e45762455c083ba6c2d557
parent05c6f64445621b650bcea083ba0c1a649d11fc29 (diff)
downloadpfsense-8a16c5502ce2ca5877611a4a4a2cffe61c726b71.zip
pfsense-8a16c5502ce2ca5877611a4a4a2cffe61c726b71.tar.gz
Revert part of 8e9d126550 since it breaks wifi interfaces at boot time
-rw-r--r--etc/inc/interfaces.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index b7715cd..270428e 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2633,9 +2633,6 @@ function interface_configure($interface = "wan", $reloadall = false, $linkupeven
// Need code to handle MLPPP if we ever use $realhwif for MLPPP handling
$realhwif = $realhwif_array[0];
- if (!does_interface_exist($realhwif))
- return 0;
-
/* Disable Accepting router advertisements unless specifically requested */
log_error("Deny router advertisements for interface {$interface}");
mwexec("/sbin/ifconfig " . escapeshellarg($realif) . " inet6 -accept_rtadv");
OpenPOWER on IntegriCloud