Skip to content

Commit

Permalink
6rd: missing config option ipaddr.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jow committed Aug 11, 2012
1 parent 6c85e21 commit 442844c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/6rd/files/6rd.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 442844c

Please sign in to comment.