tayga: Add Netifd support 49/head
authorOndřej Caletka <ondrej@caletka.cz>
Mon, 23 Jun 2014 08:55:22 +0000 (10:55 +0200)
committerOndřej Caletka <ondrej@caletka.cz>
Mon, 23 Jun 2014 14:25:05 +0000 (16:25 +0200)
commit545b84c5478774872fa8236d297854570a90fccf
treea53c42cbc0d4ef2bda2f29e2c975c64e2d8a07b4
parent8a90bbadd7e11444713da51827a93600e8355f1b
tayga: Add Netifd support

This patch integrates tayga with netifd. Parametres are nearly same as
with the older scripts. Support for static mapping of IPv4<=>IPv6 addresses
is missing. Example configuration:

config interface 'nat64'
        option proto 'tayga'
        option prefix 64:ff9b::/96
        option dynamic_pool 10.128.0.0/24
        option ipv4_addr 10.128.0.1 #address of the TAYGA itself
        option ipv6_addr 2001:470:5990::64
        option ipaddr  192.168.1.1 #optional address of TUN interface
        option ip6addr 2001:db8::1

Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
ipv6/tayga/Makefile
ipv6/tayga/files/tayga-proto.sh [new file with mode: 0755]