]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
manpages: add missing --rsource,--rdest options to libxt_recent.man
authorJan Engelhardt <jengelh@medozas.de>
Wed, 13 Aug 2008 12:44:30 +0000 (14:44 +0200)
committerPatrick McHardy <kaber@trash.net>
Wed, 13 Aug 2008 12:44:30 +0000 (14:44 +0200)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
extensions/libipt_recent.man

index bf5d71031da5b4d889561a4349d5df54882c3a90..02432bac20abf8638fb4ecbc05317b7948dc3c25 100644 (file)
@@ -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.