From: Mart Frauenlob <mart.frauenlob@chello.at>
To: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH] iptables manpage: Update REDIRECT target
Date: Wed, 10 Apr 2013 18:48:49 +0200 [thread overview]
Message-ID: <516597F1.80707@chello.at> (raw)
In-Reply-To: <516593A2.8040308@chello.at>
[-- Attachment #1: Type: text/plain, Size: 401 bytes --]
On 10.04.2013 18:31, netfilter-devel-owner@vger.kernel.org wrote:
> Hello,
>
> this patch renames libipt_REDIRECT.man to libxt_REDIRECT.man thus
> informing about the IPv6 version.
> Also the list of valid protocols for port mapping is updated to:
> tcp, udp, dccp and sctp.
>
> I hope the address provided for IPv6 localhost ::1 is correct?
I'm very sorry, I messed up the author lines, resending.
[-- Attachment #2: manpage-Rename-libipt_REDIRECT.man-to-libxt_REDIRECT.patch --]
[-- Type: text/plain, Size: 2527 bytes --]
>From 2032b842833bd4737e6bd1317ea8fa386d2e3fca Mon Sep 17 00:00:00 2001
From: Mart Frauenlob <mart.frauenlob@chello.at>
Date: Wed, 10 Apr 2013 16:58:26 +0200
Subject: [PATCH] manpage: Rename libipt_REDIRECT.man to libxt_REDIRECT.man.
Update list of protocols valid for port mapping.
---
extensions/libipt_REDIRECT.man | 25 -------------------------
extensions/libxt_REDIRECT.man | 23 +++++++++++++++++++++++
2 files changed, 23 insertions(+), 25 deletions(-)
delete mode 100644 extensions/libipt_REDIRECT.man
create mode 100644 extensions/libxt_REDIRECT.man
diff --git a/extensions/libipt_REDIRECT.man b/extensions/libipt_REDIRECT.man
deleted file mode 100644
index 90ab19d..0000000
--- a/extensions/libipt_REDIRECT.man
+++ /dev/null
@@ -1,25 +0,0 @@
-This target is only valid in the
-.B nat
-table, in the
-.B PREROUTING
-and
-.B OUTPUT
-chains, and user-defined chains which are only called from those
-chains. It redirects the packet to the machine itself by changing the
-destination IP to the primary address of the incoming interface
-(locally-generated packets are mapped to the 127.0.0.1 address).
-.TP
-\fB\-\-to\-ports\fP \fIport\fP[\fB\-\fP\fIport\fP]
-This specifies a destination port or range of ports to use: without
-this, the destination port is never altered. This is only valid
-if the rule also specifies
-\fB\-p tcp\fP
-or
-\fB\-p udp\fP.
-.TP
-\fB\-\-random\fP
-If option
-\fB\-\-random\fP
-is used then port mapping will be randomized (kernel >= 2.6.22).
-.RS
-.PP
diff --git a/extensions/libxt_REDIRECT.man b/extensions/libxt_REDIRECT.man
new file mode 100644
index 0000000..7f7de5d
--- /dev/null
+++ b/extensions/libxt_REDIRECT.man
@@ -0,0 +1,23 @@
+This target is only valid in the
+.B nat
+table, in the
+.B PREROUTING
+and
+.B OUTPUT
+chains, and user-defined chains which are only called from those
+chains. It redirects the packet to the machine itself by changing the
+destination IP to the primary address of the incoming interface
+(locally-generated packets are mapped to the localhost address,
+127.0.0.1 for IPv4 and ::1 for IPv6).
+.TP
+\fB\-\-to\-ports\fP \fIport\fP[\fB\-\fP\fIport\fP]
+This specifies a destination port or range of ports to use: without
+this, the destination port is never altered. This is only valid
+if the rule also specifies one of the following protocols:
+\fBtcp\fP, \fBudp\fP, \fBdccp\fP or \fBsctp\fP.
+.TP
+\fB\-\-random\fP
+If option
+\fB\-\-random\fP
+is used then port mapping will be randomized (kernel >= 2.6.22).
+.RS
+.PP
--
1.7.2.5
next prev parent reply other threads:[~2013-04-10 17:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-10 16:30 [PATCH] iptables manpage: Update REDIRECT target Mart Frauenlob
2013-04-10 16:48 ` Mart Frauenlob [this message]
2013-04-19 0:56 ` Pablo Neira Ayuso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=516597F1.80707@chello.at \
--to=mart.frauenlob@chello.at \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).