Check for NOAUTO on child interfaces (eg wlanX) so they can be created via
rc.conf but not necessarily started.
This commit is contained in:
parent
51fc17e377
commit
c05bf25301
@ -515,7 +515,9 @@ childif_create()
|
||||
i=`ifconfig wlan create ${create_args}`
|
||||
ifconfig $i name $child && cfg=0
|
||||
fi
|
||||
ifn_start $child
|
||||
if autoif $child; then
|
||||
ifn_start $child
|
||||
fi
|
||||
done
|
||||
|
||||
return ${cfg}
|
||||
|
Loading…
x
Reference in New Issue
Block a user