]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
firewall-util-iptables: update ELF note to mention "iptables"
authorMike Yuan <me@yhndnzj.com>
Wed, 8 May 2024 12:13:19 +0000 (20:13 +0800)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 8 May 2024 13:00:39 +0000 (15:00 +0200)
Follow-up for cd7c2077954d86d23eafdedf3e258b365622779d

src/shared/firewall-util-iptables.c

index b0abccc26bdb2077954be21788bbc47ca1fd894c..e2e5bb3605ab73fbcf1e15785b343b191e15fcfa 100644 (file)
@@ -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");