summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-01-25 20:42:59 +0000
committerErmal <eri@pfsense.org>2013-01-25 20:44:17 +0000
commit348ce50738f74cf3766635e730a212e9e8863420 (patch)
treeda9afd21930e5e9b8f0bf65bb0b929b2b0722c0c /etc/inc
parent4ce92461647a911ba1cbde4eba25c8515164890e (diff)
downloadpfsense-348ce50738f74cf3766635e730a212e9e8863420.zip
pfsense-348ce50738f74cf3766635e730a212e9e8863420.tar.gz
To avoid issues reported during bootup with wireless create clones early on bootup. Wireless can only have base interfaces and not clonable one so this should had been done since beggining.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/interfaces.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 49f4713..c31ab30 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -937,6 +937,9 @@ function interfaces_configure() {
if (!$g['booting'])
$reload = true;
+ /* create the unconfigured wireless clones */
+ interfaces_create_wireless_clones();
+
foreach($iflist as $if => $ifname) {
$realif = $config['interfaces'][$if]['if'];
if (strstr($realif, "bridge"))
@@ -960,9 +963,6 @@ function interfaces_configure() {
}
}
- /* create the unconfigured wireless clones */
- interfaces_create_wireless_clones();
-
/*
* NOTE: The following function parameter consists of
* 1 - Do not load gre/gif/bridge with parent/member as vip
OpenPOWER on IntegriCloud