From: Jo-Philipp Wich <jow@openwrt.org>
Date: Sat, 11 Aug 2012 00:25:23 +0000 (+0000)
Subject: 6rd: missing config option `ipaddr`.
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ef339d4e8ff2ae7bcbe0174f0bc863a251203347;p=openwrt%2Fstaging%2Fdedeckeh.git

6rd: missing config option `ipaddr`.

This option is necessary when configuring 6rd behind NAT.

Signed-off-by: Stéphan Kochen <stephan@kochen.nl>

SVN-Revision: 33123
---

diff --git a/package/6rd/files/6rd.sh b/package/6rd/files/6rd.sh
index d4dea369de..59c3169b39 100644
--- 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"