summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-11 00:25:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-11 00:25:23 +0000
commitef339d4e8ff2ae7bcbe0174f0bc863a251203347 (patch)
treeb044a027212534678f312c095a9e7834423c332b /package
parent67edc7ec63946fca04875012fd5bc520eef01935 (diff)
downloadmaster-31e0f0ae-ef339d4e8ff2ae7bcbe0174f0bc863a251203347.tar.gz
master-31e0f0ae-ef339d4e8ff2ae7bcbe0174f0bc863a251203347.tar.bz2
master-31e0f0ae-ef339d4e8ff2ae7bcbe0174f0bc863a251203347.zip
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
Diffstat (limited to 'package')
-rw-r--r--package/6rd/files/6rd.sh1
1 files changed, 1 insertions, 0 deletions
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"