From: Mike Yuan Date: Wed, 8 May 2024 12:13:19 +0000 (+0800) Subject: firewall-util-iptables: update ELF note to mention "iptables" X-Git-Tag: v256-rc2~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6724a0f0a3c9676854c7dd8935a15159b0a412a9;p=thirdparty%2Fsystemd.git firewall-util-iptables: update ELF note to mention "iptables" Follow-up for cd7c2077954d86d23eafdedf3e258b365622779d --- diff --git a/src/shared/firewall-util-iptables.c b/src/shared/firewall-util-iptables.c index b0abccc26bd..e2e5bb3605a 100644 --- a/src/shared/firewall-util-iptables.c +++ b/src/shared/firewall-util-iptables.c @@ -355,7 +355,7 @@ int fw_iptables_add_local_dnat( static int dlopen_iptc(void) { ELF_NOTE_DLOPEN("ip4tc", - "Support for firewall rules", + "Support for firewall rules with iptables backend", ELF_NOTE_DLOPEN_PRIORITY_SUGGESTED, "libip4tc.so.2");