From: Felix Fietkau Date: Sun, 23 Oct 2011 17:22:01 +0000 (+0000) Subject: netifd: reload the network config on ifup -a X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0da80c723e3384efa7a367e477c47d55ff8b5096;p=openwrt%2Fsvn-archive%2Farchive.git netifd: reload the network config on ifup -a SVN-Revision: 28544 --- diff --git a/package/netifd/files/sbin/ifup b/package/netifd/files/sbin/ifup index 1036943ab2..ef85de1fe8 100755 --- a/package/netifd/files/sbin/ifup +++ b/package/netifd/files/sbin/ifup @@ -14,6 +14,7 @@ if_call() { } [[ "$1" == "-a" ]] && { + [ "$modes" = "down up" ] && ubus call network reload for interface in `ubus -S list 'network.interface.*'`; do if_call "$interface" done