]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: mention backward incompatibility of IP forwarding
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 25 May 2024 18:57:48 +0000 (03:57 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 25 May 2024 19:01:17 +0000 (21:01 +0200)
Closes #33004.

NEWS

diff --git a/NEWS b/NEWS
index 94eb32418700b3a0b2c85bf0137ee8ceb24848c1..bcfd4029417ee104bf3d6950f77c686340685c2e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,18 @@ CHANGES WITH 256-rc3:
           [BridgeVLAN] section, then all assigned VLAN IDs on the interface
           that are not configured in the .network file are removed.
 
+        * IPForward= setting in .network file is deprecated and replaced with
+          IPv4Forwarding= and IPv6Forwarding= settings. These new settings are
+          supported both in .network file and networkd.conf. If specified in a
+          .network file, they control corresponding per-link settings. If
+          specified in networkd.conf, they control corresponding global
+          settings. Note, previously IPv6SendRA= and IPMasquerade= implied
+          IPForward=, but now they imply the new per-link settings. One of the
+          simplest ways to migrate configurations, that worked as a router with
+          the previous version, is enabling both IPv4Forwarding= and
+          IPv6Forwarding= in networkd.conf. See systemd.network(5) and
+          networkd.conf(5) for more details.
+
         * systemd-gpt-auto-generator will stop generating units for ESP or
           XBOOTLDR partitions if it finds mount entries for or below the /boot/
           or /efi/ hierarchies in /etc/fstab. This is to prevent the generator