summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_REDIRECT.man
diff options
context:
space:
mode:
authorMart Frauenlob <mart.frauenlob@chello.at>2013-04-10 06:48:49 +0000
committerPablo Neira Ayuso <pablo@soleta.eu>2013-05-29 19:27:16 +0200
commitebd4a00b74aa99ed25841a235fe79b1462baea7f (patch)
tree9e7e3f5e35ae5d6cd90221c59007c5652d2fb52f /extensions/libipt_REDIRECT.man
parent11965180ba6f278fea81f55a3aa48c8f7c667142 (diff)
extensions: libxt_REDIRECT: rename IPv4 manpage and tell about IPv6 support
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. Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'extensions/libipt_REDIRECT.man')
-rw-r--r--extensions/libipt_REDIRECT.man25
1 files changed, 0 insertions, 25 deletions
diff --git a/extensions/libipt_REDIRECT.man b/extensions/libipt_REDIRECT.man
deleted file mode 100644
index 90ab19d7..00000000
--- 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