projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dfbfb9
)
netifd: reload the network config on ifup -a
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Oct 2011 17:22:01 +0000
(17:22 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Oct 2011 17:22:01 +0000
(17:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28544
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/netifd/files/sbin/ifup
patch
|
blob
|
history
diff --git
a/package/netifd/files/sbin/ifup
b/package/netifd/files/sbin/ifup
index
1036943
..
ef85de1
100755
(executable)
--- a/
package/netifd/files/sbin/ifup
+++ b/
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