diff --git a/etc/rc.d/rc.inet1 b/etc/rc.d/rc.inet1 index 92fd37bfc..c9ec02a2e 100755 --- a/etc/rc.d/rc.inet1 +++ b/etc/rc.d/rc.inet1 @@ -367,7 +367,6 @@ ipaddr_up(){ log "interface $IFACE is DOWN, polling DHCP $IP server in background" run dhcpcd -b $DHCP_OPTIONS $IFACE fi - [[ $j -eq $((${VLANS[$i]}-1)) ]] && sleep 3 elif [[ $DHCP == no ]]; then # bring up interface using static IP address if carrier_up $IFACE; then