diff --git a/etc/network.subr b/etc/network.subr index 06ca836c7020..0a64f96d6493 100644 --- a/etc/network.subr +++ b/etc/network.subr @@ -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}