]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: announce legacy iptables/libiptc support will be dropped in v259
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 25 Jul 2025 19:18:37 +0000 (04:18 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 27 Jul 2025 07:15:28 +0000 (09:15 +0200)
nftables is available since kernel 3.13 (released on 19 January 2014).
Major distributions have already provided nftables, and marked/called
iptables as deprecated or legacy.

Moreover, currently, iptables/libiptc backend does not support IPv6.

Hence, it is not necessary to keep iptables/libiptc backend anymore.
Let's drop it in the next release.

Note, fedora/centos have already disabled iptables/libiptc support since v249.

NEWS

diff --git a/NEWS b/NEWS
index 8286a3a5bbe0b3943e382b68efcf88771dfb1e26..ac2cc4fb8059dc03b0411bc21765a826c424054c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -170,6 +170,10 @@ CHANGES WITH 258 in spe:
         * The meson option '-Dintegration-tests=' has been deprecated, and will
           be removed in a future release.
 
+        * The legacy iptables support through libiptc will be removed in v259.
+          Only nftables backend will be supported by systemd-networkd and
+          systemd-nspawn since v259.
+
         Service manager/PID1:
 
         * The PrivateUsers= unit setting now accepts a new value "full", which