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:
fc0d418
)
6in4: fix typo in config variable (fixes #14830)
author
Steven Barth
<steven@midlink.org>
Mon, 20 Jan 2014 12:53:15 +0000
(12:53 +0000)
committer
Steven Barth
<steven@midlink.org>
Mon, 20 Jan 2014 12:53:15 +0000
(12:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39347
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/network/ipv6/6in4/files/6in4.sh
patch
|
blob
|
history
diff --git
a/package/network/ipv6/6in4/files/6in4.sh
b/package/network/ipv6/6in4/files/6in4.sh
index
d508df7
..
c4e547f
100755
(executable)
--- a/
package/network/ipv6/6in4/files/6in4.sh
+++ b/
package/network/ipv6/6in4/files/6in4.sh
@@
-97,7
+97,7
@@
proto_6in4_init_config() {
proto_config_add_string "password"
proto_config_add_int "mtu"
proto_config_add_int "ttl"
- proto_config_add_boolean "soucerouting"
+ proto_config_add_boolean "sou
r
cerouting"
}
[ -n "$INCLUDE_ONLY" ] || {