From ef339d4e8ff2ae7bcbe0174f0bc863a251203347 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Sat, 11 Aug 2012 00:25:23 +0000
Subject: [PATCH] 6rd: missing config option `ipaddr`.
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

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 | 1 +
 1 file changed, 1 insertion(+)

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"
-- 
2.30.2