udhcpc: run dhcp hotplug events after dns has been set

SVN-Revision: 15095
v19.07.3_mercusys_ac12_duma
Felix Fietkau 15 years ago
parent 39cb0be665
commit 6a50bf433a

@ -58,12 +58,6 @@ case "$1" in
[ -n "$dns" ] && \
echo -n > "${RESOLV_CONF}.tmp"
if [ "$1" = "renew" ]; then
hotplug_event update
else
hotplug_event ifup
fi
[ -n "$dns" ] && {
[ -s "${RESOLV_CONF}.tmp" ] || {
for i in $dns ; do
@ -76,7 +70,13 @@ case "$1" in
mv "${RESOLV_CONF}.tmp" "$RESOLV_CONF"
}
if [ "$1" = "renew" ]; then
hotplug_event update
else
hotplug_event ifup
fi
# user rules
[ -f /etc/udhcpc.user ] && . /etc/udhcpc.user
;;

Loading…
Cancel
Save