netifd: always issue a reload on ifup, not just for -a
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29863 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
ca54b44f2d
commit
59e41117c6
|
@ -13,8 +13,8 @@ if_call() {
|
|||
done
|
||||
}
|
||||
|
||||
[ "$modes" = "down up" ] && ubus call network reload
|
||||
[[ "$1" == "-a" ]] && {
|
||||
[ "$modes" = "down up" ] && ubus call network reload
|
||||
for interface in `ubus -S list 'network.interface.*'`; do
|
||||
if_call "$interface"
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue