netifd: reload the network config on ifup -a

SVN-Revision: 28544
master
Felix Fietkau 13 years ago
parent 204bf6e5fe
commit 4112fbaafb
  1. 1
      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

Loading…
Cancel
Save