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:
7b7299d
)
fix bogus "interface not found" errors in ifup -a (#1580)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Apr 2007 07:22:11 +0000
(07:22 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Apr 2007 07:22:11 +0000
(07:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6949
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/sbin/ifdown
patch
|
blob
|
history
diff --git
a/package/base-files/files/sbin/ifdown
b/package/base-files/files/sbin/ifdown
index
e00a4e3
..
8c36a25
100755
(executable)
--- a/
package/base-files/files/sbin/ifdown
+++ b/
package/base-files/files/sbin/ifdown
@@
-5,7
+5,7
@@
[ $# = 0 ] && { echo " $0 <group>"; exit; }
[ "x$1" = "x-a" ] && {
config_cb() {
- [ -z "$2" ] || eval "$0 $2"
+ [
interface != "$1" -o
-z "$2" ] || eval "$0 $2"
}
config_load network
exit