msg -n "Trying DHCP on ${i} interface"
+ # work around Cisco portfast implementation not being fast
+ /sbin/ifconfig ${i} up
+
+ sleep 1
+
/sbin/udhcpc -i ${INTERFACE} -n -s /etc/ifup.udhcp.sh \
-p /tmp/dhcp.${INTERFACE}.pid >> /tmp/stdout.log 2>> /tmp/stderr.log