summaryrefslogtreecommitdiffstats
path: root/ulogd.conf.in
diff options
context:
space:
mode:
authorEric Leblond <eric@regit.org>2012-08-01 11:27:16 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2012-08-03 16:48:19 +0200
commit9e34a74f37760dec5876f572019a46db5376e4c4 (patch)
treed9d4f66c48a04015bb4c63f21341c92875180592 /ulogd.conf.in
parent70aa6a7dffb63d323efa775ca81e251b7f417e4e (diff)
nfacct: add timestamp option
This patch adds a timestamp option to the nfacct plugin. If activated, nfacct output a timestamp which is computed just after sending the nfacct request. Signed-off-by: Eric Leblond <eric@regit.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'ulogd.conf.in')
-rw-r--r--ulogd.conf.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in
index 0e45714..4c2e73f 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -273,3 +273,6 @@ mark = 1
pollinterval = 2
# Set to zero to avoid zeroing counters after read
#zerocounter = 0
+# Set timestamp (default is 0, which means not set). This timestamp can be
+# interpreted by the output plugin.
+#timestamp = 1