diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-11 00:25:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-11 00:25:23 +0000 |
commit | ef339d4e8ff2ae7bcbe0174f0bc863a251203347 (patch) | |
tree | b044a027212534678f312c095a9e7834423c332b | |
parent | 67edc7ec63946fca04875012fd5bc520eef01935 (diff) | |
download | upstream-ef339d4e8ff2ae7bcbe0174f0bc863a251203347.tar.gz upstream-ef339d4e8ff2ae7bcbe0174f0bc863a251203347.tar.bz2 upstream-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
-rw-r--r-- | package/6rd/files/6rd.sh | 1 |
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" |