From d38f49617f7d6dd496bc2987e0f0143cfa826a5d Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 20 Oct 2021 13:44:04 -0400 Subject: articles/nftables-examples: add journalctl -f screenshot --- content/articles/nftables-examples.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content/articles') diff --git a/content/articles/nftables-examples.md b/content/articles/nftables-examples.md index 8309daf..6108ce7 100644 --- a/content/articles/nftables-examples.md +++ b/content/articles/nftables-examples.md @@ -374,6 +374,10 @@ table inet filter { } ``` +Here's what those `DROP` entries look like in the `journalctl -f` +output: + +![nftables DROP entries in journalctl][log-drop-entries] ## Reset Script @@ -503,3 +507,5 @@ table ip nat { "nftables maps" [nftables wiki]: https://wiki.nftables.org/ "nftables wiki" +[log-drop-entries]: /files/articles/nftables-examples/journalctl-drop-entries.png + "nftables DROP entries in journalctl log" -- cgit v1.2.3