summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-08-13 14:44:30 +0200
committerPatrick McHardy <kaber@trash.net>2008-08-13 14:44:30 +0200
commitd91bd17eccd00fd392fbd89568bc21a605e84ea9 (patch)
treebbf37d6d65892b2927c8b0a3513064a8499eb50b
parent7963845decf9de40e612e62eaf7ef62f15cf8080 (diff)
manpages: add missing --rsource,--rdest options to libxt_recent.man
Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r--extensions/libipt_recent.man7
1 files changed, 7 insertions, 0 deletions
diff --git a/extensions/libipt_recent.man b/extensions/libipt_recent.man
index bf5d7103..02432bac 100644
--- a/extensions/libipt_recent.man
+++ b/extensions/libipt_recent.man
@@ -15,6 +15,13 @@ source address is already in the list, this will update the existing
entry. This will always return success (or failure if `!' is passed
in).
.TP
+\fB--rsource\fP
+Match/save the source address of each packet in the recent list table. This
+is the default.
+.TP
+\fB--rdest\fP
+Match/save the destination address of each packet in the recent list table.
+.TP
[\fB!\fR] \fB--rcheck\fR
Check if the source address of the packet is currently in
the list.