Move carrier detection back into net.sh. Reserve a new hook numbers
This commit is contained in:
@ -13,8 +13,6 @@ dhclient_start() {
|
||||
local args= opt= opts= pidfile="/var/run/dhclient-${IFACE}.pid"
|
||||
local sendhost=true dconf=
|
||||
|
||||
_wait_for_carrier || return 1
|
||||
|
||||
# Get our options
|
||||
eval opts=\$dhcp_${IFVAR}
|
||||
[ -z "${opts}" ] && opts=${dhcp}
|
||||
|
Reference in New Issue
Block a user