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 type "$ifc" type
13 bridge) config_get ifs "$ifc" ifnames;;
14 *) config_get ifs "$ifc" ifname;;
17 [ "${dev%%\.*}" = "$INTERFACE" -a "$dev" != "$INTERFACE" ] && {