aboutsummaryrefslogtreecommitdiff
path: root/ipv6/aiccu
Commit message (Collapse)AuthorAge
* aiccu: remove packageOndřej Caletka2017-06-09
| | | | | | | | | | | Aiccu is a client utility used to connect to the SixXS platform. As the SixXS platform has been sunset on 2017-06-06[1] and the server parts of TIC/AYIYA protocol implementations haven't been published, there's no point to maintain aiccu package anymore. [1]: https://www.sixxs.net/sunset/ Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
* aiccu: split into default and gnutls variantOndřej Caletka2015-10-05
| | | | Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
* aiccu: enable GnuTLS supportSébastien Noel2015-09-30
|
* aiccu: fix uClibc build after #1389Jo-Philipp Wich2015-06-29
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* aiccu: fix musl compatibilityJo-Philipp Wich2015-06-16
| | | | | | | | | - Fix redefinition of struct ethhdr - Restrict the use of res_ninit() and res_nquery() to glibc - Fix a warning in dn_skipname.c by declaring ns_name_skip() static - Refresh patches Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* aiccu: fix requiretls option handlingJan Sembera2015-03-02
| | | | | | | requiretls is a boolean value in aiccu config that only accepts true and false as values, not "1" or "0" that UCI provides. Signed-off-by: Jan Sembera <jsembera@google.com>
* aiccu: Add NTP hotplug hookOndřej Caletka2014-12-01
| | | | | | | This hook simply writes current stratum to /var/run/aiccu_ntp_stratum, from where it is read by aiccu proto script. Signed-off-by: Ondrej Caletka <Ondrej@Caletka.cz>
* aiccu: Issue aiccu stop only when aiccu is runningOndřej Caletka2014-12-01
| | | | | | | When AICCU is not running, running 'aiccu stop' results in unnecessary communications with SixXS servers. Signed-off-by: Ondrej Caletka <Ondrej@Caletka.cz>
* aiccu: add NTP sync checkOndřej Caletka2014-12-01
| | | | | | | | | | | This check tries to wait for NTP daemon to synchronise clock to lower stratum than 16 before running the aiccu binary. In case timeout (configurable in new option ntpsynctimeout; default is 90 seconds) is reached, the AICCU is run neverrtheless. This makes the new script compliant with some corner case scenarios like not using Busybox NTPd or not using NTPd at all, maintaining maximum out-of-the box functionality. Signed-off-by: Ondrej Caletka <Ondrej@Caletka.cz>
* aiccu: Minor whitespace fixOndřej Caletka2014-12-01
| | | | Signed-off-by: Ondrej Caletka <Ondrej@Caletka.cz>
* Merge branch 'master' into license-updatesIan Leonard2014-08-10
|\ | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com> Conflicts: devel/patch/Makefile multimedia/minidlna/Makefile
| * aiccu: Fix typoThomas Bahn2014-08-06
| | | | | | The option 'tunnel_id' from aiccu is called 'tunnelid' in the UCI config file.
* | aiccu: Add PKG_LICENSE informationIan Leonard2014-08-02
|/ | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* aiccu: integrate with netifdOndřej Caletka2014-06-23
| | | | | | | | | | | | | | | | | | This patch integrates AICCU with netifd. Care was taken not to restart aiccu without a reason as it triggers alert on SixXS infrastructure. Example usage: config interface 'wan6' option 'proto' 'aiccu' option 'username' 'HANDLE-SIXXS/TID' option 'password' 'Password' option 'ip6prefix' '2001:db8:aabb::/48' #Delegated subnet option 'ip6addr' '2001:db8:aaaa:aaa::2/64' #Optional option 'verbose' 'true' Tested with current trunk on TL-WR703N. Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
* aiccu: add myself as maintainerOndřej Caletka2014-06-23
| | | | Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
* aiccu: import from oldpackagesOndřej Caletka2014-06-23
Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>