summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_recent.man
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-01-19 18:15:19 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-01-19 18:15:19 +0100
commit27c8d2a55a40c4a6232a76924f524ca7368e4b36 (patch)
treed272b2db8057501705e52a8b59b081b74777626e /extensions/libxt_recent.man
parent6ce22ff936611347f1154c8546c93f4781be199d (diff)
doc: fix recent manpage to reflect actual supported syntax
References: https://bugzilla.novell.com/561180 Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libxt_recent.man')
-rw-r--r--extensions/libxt_recent.man7
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/libxt_recent.man b/extensions/libxt_recent.man
index aa138df3..532c3286 100644
--- a/extensions/libxt_recent.man
+++ b/extensions/libxt_recent.man
@@ -4,6 +4,9 @@ that list in a few different ways.
For example, you can create a "badguy" list out of people attempting to connect
to port 139 on your firewall and then DROP all future packets from them without
considering them.
+.PP
+\fB\-\-set\fP, \fB\-\-rcheck\fP, \fB\-\-update\fP and \fB\-\-remove\fP are
+mutually exclusive.
.TP
\fB\-\-name\fP \fIname\fP
Specify the list to use for the commands. If no name is given then
@@ -33,12 +36,12 @@ Check if the source address of the packet is currently in the list and if so
that address will be removed from the list and the rule will return true. If
the address is not found, false is returned.
.TP
-[\fB!\fR] \fB\-\-seconds\fP \fIseconds\fP
+\fB\-\-seconds\fP \fIseconds\fP
This option must be used in conjunction with one of \fB\-\-rcheck\fP or
\fB\-\-update\fP. When used, this will narrow the match to only happen when the
address is in the list and was seen within the last given number of seconds.
.TP
-[\fB!\fR] \fB\-\-hitcount\fP \fIhits\fP
+\fB\-\-hitcount\fP \fIhits\fP
This option must be used in conjunction with one of \fB\-\-rcheck\fP or
\fB\-\-update\fP. When used, this will narrow the match to only happen when the
address is in the list and packets had been received greater than or equal to