1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

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

Follow-up for cd7c2077954d86d23eafdedf3e258b365622779d
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");