projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c90d65d
)
6rd: missing config option `ipaddr`.
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 11 Aug 2012 00:25:23 +0000
(
00:25
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 11 Aug 2012 00:25:23 +0000
(
00:25
+0000)
This option is necessary when configuring 6rd behind NAT.
Signed-off-by: Stéphan Kochen <stephan@kochen.nl>
SVN-Revision: 33123
package/6rd/files/6rd.sh
patch
|
blob
|
history
diff --git
a/package/6rd/files/6rd.sh
b/package/6rd/files/6rd.sh
index d4dea369de661eabbad2e4a2a18edbc98ba2182c..59c3169b39a2aabc7666c2adb2a3b4db4e7b597b 100644
(file)
--- a/
package/6rd/files/6rd.sh
+++ b/
package/6rd/files/6rd.sh
@@
-68,6
+68,7
@@
proto_6rd_init_config() {
proto_config_add_int "mtu"
proto_config_add_int "ttl"
+ proto_config_add_string "ipaddr"
proto_config_add_string "peeraddr"
proto_config_add_string "ip6prefix"
proto_config_add_string "ip6prefixlen"