net/tayga: enable forwarding of UDP packets with zero checksum (#5183)

This commit is contained in:
Maurice Walker 2026-02-03 07:36:37 +01:00 committed by GitHub
parent c2c49fb1a1
commit 1278de17db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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)

View file

@ -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 != '' %}