From 8286c57d310242308c48ea9068c189c07844a815 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 7 Feb 2020 10:31:15 +0100 Subject: [PATCH] net/tayga: small post merge updates --- LICENSE | 2 +- README.md | 2 +- net/tayga/Makefile | 1 + net/tayga/pkg-descr | 2 +- net/tayga/src/etc/rc.d/opnsense-tayga | 0 net/tayga/src/opnsense/scripts/OPNsense/Tayga/setup.sh | 0 6 files changed, 4 insertions(+), 3 deletions(-) mode change 100644 => 100755 net/tayga/src/etc/rc.d/opnsense-tayga mode change 100644 => 100755 net/tayga/src/opnsense/scripts/OPNsense/Tayga/setup.sh diff --git a/LICENSE b/LICENSE index e1b7cb8fe..d9862c07b 100644 --- a/LICENSE +++ b/LICENSE @@ -19,7 +19,7 @@ Copyright (c) 2018 João Vilaça Copyright (c) 2019 Juergen Kellerer Copyright (c) 2003-2006 Manuel Kasper Copyright (c) 2019 Martin Wasley -Copyright (c) 2017-2019 Michael Muenz +Copyright (c) 2017-2020 Michael Muenz Copyright (c) 2004-2012 Scott Ullrich Copyright (c) 2010-2012 Seth Mos Copyright (c) 2008 Shrew Soft Inc. diff --git a/README.md b/README.md index 0f63d1085..268cd96d8 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ net/pptp -- End of life, no replacement net/relayd -- Relayd Load Balancer net/shadowsocks -- Secure socks5 proxy net/siproxd -- Siproxd is a proxy daemon for the SIP protocol -net/tayga -- Tayga is a stateless NAT64 daemon +net/tayga -- Tayga IPv6 64NAT net/upnp -- Universal Plug and Play Service net/vnstat -- vnStat is a console-based network traffic monitor net/wireguard -- WireGuard VPN service diff --git a/net/tayga/Makefile b/net/tayga/Makefile index 2799992bf..b29b67d69 100644 --- a/net/tayga/Makefile +++ b/net/tayga/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= tayga PLUGIN_VERSION= 0.1 +PLUGIN_DEVEL= yes PLUGIN_COMMENT= Tayga IPv6 64NAT PLUGIN_DEPENDS= tayga PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/net/tayga/pkg-descr b/net/tayga/pkg-descr index 17dc5ca6c..712b410c6 100644 --- a/net/tayga/pkg-descr +++ b/net/tayga/pkg-descr @@ -1,5 +1,5 @@ TAYGA is an out-of-kernel stateless NAT64 implementation that uses -the TUN driver to exchange IPv4 and IPv6 packets with the kernel. +the TUN driver to exchange IPv4 and IPv6 packets with the kernel. It is intended to provide production-quality NAT64 service for networks where dedicated NAT64 hardware would be overkill. diff --git a/net/tayga/src/etc/rc.d/opnsense-tayga b/net/tayga/src/etc/rc.d/opnsense-tayga old mode 100644 new mode 100755 diff --git a/net/tayga/src/opnsense/scripts/OPNsense/Tayga/setup.sh b/net/tayga/src/opnsense/scripts/OPNsense/Tayga/setup.sh old mode 100644 new mode 100755