From: Jo-Philipp Wich Date: Sat, 11 Aug 2012 00:25:23 +0000 (+0000) Subject: 6rd: missing config option `ipaddr`. X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=edf8064a92073aa0b23b97752c8d200e4f5aa3a5;p=openwrt%2Fsvn-archive%2Farchive.git 6rd: missing config option `ipaddr`. This option is necessary when configuring 6rd behind NAT. Signed-off-by: Stéphan Kochen 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"