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
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
[[ "$1" == "-a" ]] && {
|
|
||||||
[ "$modes" = "down up" ] && ubus call network reload
|
[ "$modes" = "down up" ] && ubus call network reload
|
||||||
|
[[ "$1" == "-a" ]] && {
|
||||||
for interface in `ubus -S list 'network.interface.*'`; do
|
for interface in `ubus -S list 'network.interface.*'`; do
|
||||||
if_call "$interface"
|
if_call "$interface"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue