From 373684ab2a302c4c57ce60efa864856b4c20658b Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 21 May 2025 18:56:23 +0200 Subject: [PATCH] changelog: add entry Signed-off-by: Mathieu Tortuyaux --- changelog/changes/2025-05-21-nftables.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/changes/2025-05-21-nftables.md diff --git a/changelog/changes/2025-05-21-nftables.md b/changelog/changes/2025-05-21-nftables.md new file mode 100644 index 0000000000..841cf11930 --- /dev/null +++ b/changelog/changes/2025-05-21-nftables.md @@ -0,0 +1 @@ +- Added `nftables-load.service` and `nftables-store.service` services to load/store rules from/in `/var/lib/nftables/rules-save` ([Flatcar#900](https://github.com/flatcar/Flatcar/issues/900))