From: Felix Fietkau Date: Sat, 24 Jan 2015 13:41:04 +0000 (+0000) Subject: netifd: do not stop service on shutdown, only call ifdown X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=33e96691ce5cf4ffb6ea8c0691b2f7c5815ba410;p=15.05%2Fopenwrt.git netifd: do not stop service on shutdown, only call ifdown Also add a small delay, like on restart Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44096 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/config/netifd/files/etc/init.d/network b/package/network/config/netifd/files/etc/init.d/network index fbba9ecb1c..542fc08958 100755 --- a/package/network/config/netifd/files/etc/init.d/network +++ b/package/network/config/netifd/files/etc/init.d/network @@ -148,5 +148,5 @@ restart() { shutdown() { ifdown -a - stop + sleep 1 }