commit: 7afd1c9d098a569c1ffffec509a6e77c2531814c Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Tue May 20 18:26:54 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat May 24 16:52:09 2025 +0000 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=7afd1c9d
2025-05-23-nftables-service: add news item Closes: https://bugs.gentoo.org/955372 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> .../2025-05-24-nftables-service.en.txt | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/2025-05-24-nftables-service/2025-05-24-nftables-service.en.txt b/2025-05-24-nftables-service/2025-05-24-nftables-service.en.txt new file mode 100644 index 0000000..36fb7f9 --- /dev/null +++ b/2025-05-24-nftables-service/2025-05-24-nftables-service.en.txt @@ -0,0 +1,23 @@ +Title: nftables systemd service change +Author: Mike Gilbert <[email protected]> +Posted: 2025-05-24 +Revision: 1 +News-Item-Format: 2.0 +Display-If-Installed: net-firewall/nftables + +net-firewall/nftables-1.1.1-r1 made some changes to the provided systemd +units. + +Prior to this version, nftables-restore.service was responsible for both +loading rules on system startup and for saving them on system shutdown. + +The service has now been split in two: + +nftables-load.service is responsible for loading rules at startup. Users +who relied on nftables-restore.service to load firewall rules must now +enable nftables-load.service instead. + +nftables-store.service may be used to save the current ruleset by +starting it at any time. It may also be enabled to store the ruleset at +shutdown. Use of this service is not mandatory if the user chooses to +maintain the saved ruleset manually.
