From ea6af6d8066673e39e287c19aa3cbde47c707f47 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Mon, 30 Jun 2025 22:33:29 +0200 Subject: [PATCH] libnm-core: change version of ip4-forwarding capability NM_VERSION_INFO_CAPABILITY_IP4_FORWARDING was backported to branch nm-1-54 before the 1.54 release. Update the symbol version. --- src/libnm-core-public/nm-dbus-interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libnm-core-public/nm-dbus-interface.h b/src/libnm-core-public/nm-dbus-interface.h index 38802bc7ad..27facc4780 100644 --- a/src/libnm-core-public/nm-dbus-interface.h +++ b/src/libnm-core-public/nm-dbus-interface.h @@ -100,7 +100,7 @@ * https://issues.redhat.com/browse/RHEL-66262 * https://issues.redhat.com/browse/RHEL-67324 * @NM_VERSION_INFO_CAPABILITY_IP4_FORWARDING: Indicates that NetworkManager supports - * configuring per-device IPv4 sysctl forwarding setting. Since: 1.56. + * configuring per-device IPv4 sysctl forwarding setting. Since: 1.54. * * The numeric values represent the bit index of the capability. These capabilities * can be queried in the "VersionInfo" D-Bus property.