diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-11 00:25:23 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-11 00:25:23 +0000 |
commit | 442844cc6faaa1d64f31158dd410df2e23ece517 (patch) | |
tree | 76c10b8180460ffe471f6280135b7c01966c499a /package | |
parent | 6c85e21f3df469e6ce25478cdd34d31960a427cd (diff) |
6rd: missing config option `ipaddr`.
This option is necessary when configuring 6rd behind NAT.
Signed-off-by: Stéphan Kochen <stephan@kochen.nl>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33123 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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" |