From 5e085f1b1730cb4133623d5738fd447199baf58e Mon Sep 17 00:00:00 2001 From: Tore Anderson Date: Fri, 21 Mar 2025 08:39:06 +0100 Subject: [PATCH] Release clatd v2.1.0 New feature: * Support for RFC 8781 PLAT prefix discovery through the PREF64 Router Advertisement option. Relies on systemd-networkd's support for the same being enabled. (See issue #32.) Bugfixes: * Create any missing leading directories in the Makefile's install target. (See pull request #47, thanks @DanielG!) * Apply metadata mark earlier in the nftables pipeline. This makes clatd interoperate with the IPv6 reverse path filtering as implemented by NixOS. (See pull request #49, thanks @jmbaur!) --- clatd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clatd b/clatd index 51e34e1..52ea56b 100755 --- a/clatd +++ b/clatd @@ -27,7 +27,7 @@ use strict; use IPC::Cmd qw(can_run); use Net::IP; -my $VERSION = "2.0.0"; +my $VERSION = "2.1.0"; # # Populate the global config hash with the default values