projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
host.mk: Don't use bash-ism
[openwrt.git]
/
package
/
6in4
/
files
/
6in4.sh
diff --git
a/package/6in4/files/6in4.sh
b/package/6in4/files/6in4.sh
index
bea2e82
..
62a60dc
100755
(executable)
--- a/
package/6in4/files/6in4.sh
+++ b/
package/6in4/files/6in4.sh
@@
-28,7
+28,7
@@
setup_interface_6in4() {
local cfg="$2"
local link="6in4-$cfg"
- local local4=$(uci_get network "$cfg"
local4
)
+ local local4=$(uci_get network "$cfg"
ipaddr
)
local remote4
config_get remote4 "$cfg" peeraddr
This page took
0.025424 seconds
and
4
git commands to generate.