Browse Source

aiccu: Fix typo

The option 'tunnel_id' from aiccu is called 'tunnelid' in the UCI config file.
lilik-openwrt-22.03
Thomas Bahn 10 years ago
parent
commit
05b0c46db7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ipv6/aiccu/files/aiccu.sh

+ 1
- 1
ipv6/aiccu/files/aiccu.sh View File

@ -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"


Loading…
Cancel
Save