# Bring up every "auto" interface in /etc/network/interfaces
if { ifup -a }

# List all "auto" interfaces in $iflist
backtick -E iflist { ifquery -l }

# split entries
define -s -d "\n" splitted $iflist

# Wait until all those interfaces are present, up and running
bcnm-waitif 7 $splitted
