mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
net/tayga: enable forwarding of UDP packets with zero checksum (#5183)
This commit is contained in:
parent
c2c49fb1a1
commit
1278de17db
3 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= tayga
|
||||
PLUGIN_VERSION= 1.3
|
||||
PLUGIN_VERSION= 1.4
|
||||
PLUGIN_COMMENT= Tayga NAT64
|
||||
PLUGIN_DEPENDS= tayga
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
|
|
|||
|
|
@ -7,6 +7,10 @@ networks where dedicated NAT64 hardware would be overkill.
|
|||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.4
|
||||
|
||||
* Enable forwarding of UDP packets with zero checksum (contributed by Maurice Walker)
|
||||
|
||||
1.3
|
||||
|
||||
* Static mapping support (contributed by Matthias Valvekens)
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
tun-device nat64
|
||||
data-dir /var/db/tayga
|
||||
udp-cksum-mode fwd
|
||||
|
||||
ipv4-addr {{ OPNsense.tayga.general.v4address }}
|
||||
{% if helpers.exists('OPNsense.tayga.general.v6address') and OPNsense.tayga.general.v6address != '' %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue