firewall-util-iptables: update ELF note to mention "iptables"

Follow-up for cd7c207795
This commit is contained in:
Mike Yuan 2024-05-08 20:13:19 +08:00 committed by Luca Boccassi
parent 867e2987a2
commit 6724a0f0a3

View 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");