1 # Copyright (C) 2006 OpenWrt.org
7 setup_interface "$INTERFACE"
9 # find all vlan configurations for this interface and set them up as well
10 for ifc in $interfaces; do
11 config_get iftype "$ifc" type
12 config_get ifs "$ifc" ifname
14 [ "${dev%%\.*}" = "$INTERFACE" -a "$dev" != "$INTERFACE" ] && {