netifd: always issue a reload on ifup, not just for -a
SVN-Revision: 29863
This commit is contained in:
parent
a963a80a38
commit
c309ed6210
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue