projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[tools] mpc: update to 0.9
[openwrt.git]
/
package
/
netifd
/
files
/
sbin
/
ifup
diff --git
a/package/netifd/files/sbin/ifup
b/package/netifd/files/sbin/ifup
index
1036943
..
90bbc9d
100755
(executable)
--- a/
package/netifd/files/sbin/ifup
+++ b/
package/netifd/files/sbin/ifup
@@
-13,6
+13,7
@@
if_call() {
done
}
+[ "$modes" = "down up" ] && ubus call network reload
[[ "$1" == "-a" ]] && {
for interface in `ubus -S list 'network.interface.*'`; do
if_call "$interface"
This page took
0.032573 seconds
and
4
git commands to generate.