lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 575b95d7718c39aaf55b983ce74f257142afa452
parent a9ea397c984f52cd5ffc0416bd2edca613230706
Author: sbyx <steven@midlink.org>
Date:   Thu,  7 Aug 2014 08:34:59 +0200

Merge pull request #162 from tomprogrammer/patch-1

aiccu: Fix typo tunnelid
Diffstat:
Mipv6/aiccu/files/aiccu.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipv6/aiccu/files/aiccu.sh b/ipv6/aiccu/files/aiccu.sh @@ -34,7 +34,7 @@ proto_aiccu_setup() { echo "ipv6_interface $link" >> "$CFGFILE" [ -n "$server" ] && echo "server $server" >> "$CFGFILE" [ -n "$protocol" ] && echo "protocol $protocol" >> "$CFGFILE" - [ -n "$tunnel_id" ] && echo "tunnel_id $tunnel_id" >> "$CFGFILE" + [ -n "$tunnelid" ] && echo "tunnel_id $tunnelid" >> "$CFGFILE" [ -n "$requiretls" ] && echo "requiretls $requiretls" >> "$CFGFILE" [ "$nat" == 1 ] && echo "behindnat true" >> "$CFGFILE" [ "$heartbeat" == 1 ] && echo "makebeats true" >> "$CFGFILE"