All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iptables: libxt_recent.{c,man} dead URL
@ 2013-08-23 20:55 Laurence J. Lane
  2013-08-24 10:01 ` Florian Westphal
  0 siblings, 1 reply; 2+ messages in thread
From: Laurence J. Lane @ 2013-08-23 20:55 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Laurence J. Lane

Remove it.

Signed-off-by: Laurence J. Lane <ljlane@debian.org>
---
 extensions/libxt_recent.c   | 2 +-
 extensions/libxt_recent.man | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/extensions/libxt_recent.c b/extensions/libxt_recent.c
index b3510d9..e1801f1 100644
--- a/extensions/libxt_recent.c
+++ b/extensions/libxt_recent.c
@@ -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 {
diff --git a/extensions/libxt_recent.man b/extensions/libxt_recent.man
index d9bd5d2..419be25 100644
--- a/extensions/libxt_recent.man
+++ b/extensions/libxt_recent.man
@@ -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
-- 
1.8.4.rc3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] iptables: libxt_recent.{c,man} dead URL
  2013-08-23 20:55 [PATCH] iptables: libxt_recent.{c,man} dead URL Laurence J. Lane
@ 2013-08-24 10:01 ` Florian Westphal
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Westphal @ 2013-08-24 10:01 UTC (permalink / raw)
  To: netfilter-devel

Laurence J. Lane <ljlane@debian.org> wrote:
> Remove it.

applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-24 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-23 20:55 [PATCH] iptables: libxt_recent.{c,man} dead URL Laurence J. Lane
2013-08-24 10:01 ` Florian Westphal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.