summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2021-09-06 13:18:34 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2021-09-06 22:21:10 +0200
commite42551a406b87e8d5c3a790e2bdb04386cafa55a (patch)
treeb496bee877a9ea51007cbc93e71b1196fd5cba1b
parent6bd40fa5eddd07f9df0efc299eccd434650d61af (diff)
doc: refer to ulogd manpage
Refer to the ulogd daemon in the log statement section. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--doc/statements.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/statements.txt b/doc/statements.txt
index 6c4ba4f7..646311d1 100644
--- a/doc/statements.txt
+++ b/doc/statements.txt
@@ -95,8 +95,9 @@ dmesg(1) or read in the syslog).
In the second form of invocation (if 'nflog_group' is specified), the Linux
kernel will pass the packet to nfnetlink_log which will multicast the packet
through a netlink socket to the specified multicast group. One or more userspace
-processes may subscribe to the group to receive the packets, see
-libnetfilter_log documentation for details.
+processes may subscribe to the group to receive the packets, see man(8) ulogd
+for the Netfilter userspace log daemon and libnetfilter_log documentation for
+details in case you would like to develop a custom program to digest your logs.
In the third form of invocation (if level audit is specified), the Linux
kernel writes a message into the audit buffer suitably formatted for reading