From 37c0e0860e7727e1f4a60698861d3a62840e8b82 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Tue, 1 Jul 2025 14:26:44 +0200 Subject: [PATCH] NEWS: update --- NEWS | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 852a0f380..b243b6a54 100644 --- a/NEWS +++ b/NEWS @@ -15,12 +15,14 @@ NetworkManager-1.54 Overview of changes since NetworkManager-1.52 ============================================= -* Add systemd services to provide networking in the initrd. -* Introduce a new "ovs-dpdk.lsc-interrupt" property to configure the - Link State Change (LSC) detection mode for OVS DPDK interfaces. +* Add support for configuring per-device IPv4 forwarding via the + "ipv4.forwarding" connection property. * Add a new "prefix-delegation" setting containing a "subnet-id" property that specifies the subnet to choose on the downstream interface when using IPv6 prefix delegation. +* When activating a WireGuard connection to an IPv6 endpoint, now + NetworkManager creates firewall rules to ensure that the incoming + packets are not dropped by kernel reverse path filtering. * Add support for configuring the loopback interface in nmtui. * Most of the properties of ovs-bridge and ovs-port connections can now be reapplied at runtime without bringing the connection down. @@ -28,6 +30,11 @@ Overview of changes since NetworkManager-1.52 NetworkManager preserves the SR-IOV parameters set on the device when the connection is deactivated, or whether it resets them to their default value. +* Introduce a new "ovs-dpdk.lsc-interrupt" property to configure the + Link State Change (LSC) detection mode for OVS DPDK interfaces. +* The initrd-generator now can parse the NVMe Boot Firmware Table + (NBFT) to configure networking during early boot. +* Add systemd services to provide networking in the initrd. ============================================= NetworkManager-1.52