]> git.ipfire.org Git - thirdparty/systemd.git/commit
logging: Improve logging messages related to NFTSet.
authorKevin P. Fleming <kevin@km6g.us>
Wed, 6 Aug 2025 21:33:31 +0000 (17:33 -0400)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 6 Aug 2025 23:10:02 +0000 (08:10 +0900)
commit2fe2ee9adb18347efc0f6856830b63ba0aa874a2
tree29e9531d83714ec15dbb89ddbada942e9317b2b2
parent16d39a1437de5b061b4dff3b525a41de793af99a
logging: Improve logging messages related to NFTSet.

The 'NFTSet' directive in various units adds and removes entries in nftables
sets, it does not add or remove entire sets. The logging messages should
indicate that an entry was added or removed, not that a set was added or
removed.
src/core/cgroup.c
src/core/unit.c
src/network/networkd-address.c