summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-01-25 20:43:55 +0000
committerErmal <eri@pfsense.org>2013-01-25 20:44:18 +0000
commitf3bddb472f7f13990312ef6a59d3a064d064eb92 (patch)
tree8b99cdf21bbad91e27de48793a5496622deef472 /etc/inc
parent348ce50738f74cf3766635e730a212e9e8863420 (diff)
downloadpfsense-f3bddb472f7f13990312ef6a59d3a064d064eb92.zip
pfsense-f3bddb472f7f13990312ef6a59d3a064d064eb92.tar.gz
Actually even earlier since lagg can have wireless ifaces as member or vlan can reside on top of them
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 c31ab30..3c67420 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -920,6 +920,9 @@ function interfaces_configure() {
/* Set up our loopback interface */
interfaces_loopback_configure();
+ /* create the unconfigured wireless clones */
+ interfaces_create_wireless_clones();
+
/* set up LAGG virtual interfaces */
interfaces_lagg_configure();
@@ -937,9 +940,6 @@ 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"))
OpenPOWER on IntegriCloud