]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
iptables: libxt_recent.{c,man} dead URL
authorLaurence J. Lane <ljlane@debian.org>
Fri, 23 Aug 2013 20:55:55 +0000 (16:55 -0400)
committerFlorian Westphal <fw@strlen.de>
Sat, 24 Aug 2013 08:16:06 +0000 (10:16 +0200)
Remove it.

Signed-off-by: Laurence J. Lane <ljlane@debian.org>
Signed-off-by: Florian Westphal <fw@strlen.de>
extensions/libxt_recent.c
extensions/libxt_recent.man

index b3510d9991183ddbe9d0fa1dbb20bf6d9486a44b..e1801f1c18952fc3894fda0deb05378f89f4b2bd 100644 (file)
@@ -104,7 +104,7 @@ static void recent_help(void)
 "    --rsource                   Match/Save the source address of each packet in the recent list table (default).\n"
 "    --rdest                     Match/Save the destination address of each packet in the recent list table.\n"
 "    --mask netmask              Netmask that will be applied to this recent list.\n"
-"xt_recent by: Stephen Frost <sfrost@snowman.net>.  http://snowman.net/projects/ipt_recent/\n");
+"xt_recent by: Stephen Frost <sfrost@snowman.net>.\n");
 }
 
 enum {
index d9bd5d2a49d221feeff6d82d60ddcc15201b979c..419be2579594df1d53699d256cd3ca6df307fcdc 100644 (file)
@@ -73,9 +73,6 @@ iptables \-A FORWARD \-m recent \-\-name badguy \-\-rcheck \-\-seconds 60 \-j DR
 .IP
 iptables \-A FORWARD \-p tcp \-i eth0 \-\-dport 139 \-m recent \-\-name badguy \-\-set \-j DROP
 .PP
-Steve's ipt_recent website (http://snowman.net/projects/ipt_recent/) also has
-some examples of usage.
-.PP
 \fB/proc/net/xt_recent/*\fP are the current lists of addresses and information
 about each entry of each list.
 .PP