Revision 348ce507
Added by Ermal LUÇI over 12 years ago
etc/inc/interfaces.inc | ||
---|---|---|
937 | 937 |
if (!$g['booting']) |
938 | 938 |
$reload = true; |
939 | 939 |
|
940 |
/* create the unconfigured wireless clones */ |
|
941 |
interfaces_create_wireless_clones(); |
|
942 |
|
|
940 | 943 |
foreach($iflist as $if => $ifname) { |
941 | 944 |
$realif = $config['interfaces'][$if]['if']; |
942 | 945 |
if (strstr($realif, "bridge")) |
... | ... | |
960 | 963 |
} |
961 | 964 |
} |
962 | 965 |
|
963 |
/* create the unconfigured wireless clones */ |
|
964 |
interfaces_create_wireless_clones(); |
|
965 |
|
|
966 | 966 |
/* |
967 | 967 |
* NOTE: The following function parameter consists of |
968 | 968 |
* 1 - Do not load gre/gif/bridge with parent/member as vip |
Also available in: Unified diff
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.