aiccu: integrate with netifd 50/head
authorOndřej Caletka <ondrej@caletka.cz>
Mon, 23 Jun 2014 09:05:01 +0000 (11:05 +0200)
committerOndřej Caletka <ondrej@caletka.cz>
Mon, 23 Jun 2014 14:48:59 +0000 (16:48 +0200)
commit449ad56fb5a46aeddbb0dcff7c82e7285cee17e2
tree275a3427d3e3ba103bd3dfcdfae83c70d0f415de
parentbaed04bed06019001fbb1ea7d1e73bb1964c432f
aiccu: integrate with netifd

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>
ipv6/aiccu/Makefile
ipv6/aiccu/files/aiccu.sh [new file with mode: 0755]