aboutsummaryrefslogtreecommitdiff
path: root/ipv6/tayga
Commit message (Collapse)AuthorAge
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* tayga: PKG_RELEASE increasedEike Ritter2020-08-05
| | | | Signed-off-by: Eike Ritter <git@rittere.co.uk>
* tayga: Added 64:ff9b:1::/48 as well-known prefix for NAT64 (RFC 8215)Eike Ritter2020-08-04
| | | | Signed-off-by: Eike Ritter <git@rittere.co.uk>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* all: get rid of kmod-ipv6 dependenciesSteven Barth2015-10-06
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* tayga: allow more flexible routingNils Schneider2015-02-10
| | | | | | | | In some scenarios (e.g. 464xlat) it is desirable to not route the mapped prefix to tayga's interface. This adds an option 'noroutes' which, when set to 1, will prevent such routes from being added. Signed-off-by: Nils Schneider <nils@nilsschneider.net>
* tayga: add PKG_LICENSE ifnromationIan Leonard2014-08-02
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* tayga: Add Netifd supportOndřej Caletka2014-06-23
| | | | | | | | | | | | | | | | | 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>
* tayga: fix broken ICMP checksum on big-endian machinesOndřej Caletka2014-06-23
| | | | | | | | | | This patches fixes wrong ICMP checksum of translated packets on big-endian machines #16715 The patch is authored by upstream author Nathan Lutchansky <lutchann@litech.org> Source of the patch: http://forum.mikrotik.com/viewtopic.php?f=15&t=82329 Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
* tayga: add myself as maintainerOndřej Caletka2014-06-23
| | | | Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
* tayga: import from oldpackagesOndřej Caletka2014-06-23
Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>