From 4112fbaafbed50bfe68ba95c3b8be662fc0acad5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 23 Oct 2011 17:22:01 +0000 Subject: [PATCH] netifd: reload the network config on ifup -a SVN-Revision: 28544 --- package/netifd/files/sbin/ifup | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2