diff options
| author | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-08-03 16:50:53 +0200 |
|---|---|---|
| committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-08-03 16:50:53 +0200 |
| commit | 54f18f2c8a3f05c66576be1909a9ed72bd171a92 (patch) | |
| tree | b4c50297581a122e751a68fb84914a1166e6e544 | |
| parent | 9e34a74f37760dec5876f572019a46db5376e4c4 (diff) | |
ulogd.conf: slightly expand documentation on zerocounter option for nfacct
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
| -rw-r--r-- | ulogd.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in index 4c2e73f..3bd464b 100644 --- a/ulogd.conf.in +++ b/ulogd.conf.in @@ -271,7 +271,7 @@ mark = 1 [acct1] pollinterval = 2 -# Set to zero to avoid zeroing counters after read +# If set to 0, we don't reset the counters for each polling (default is 1). #zerocounter = 0 # Set timestamp (default is 0, which means not set). This timestamp can be # interpreted by the output plugin. |
