summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorJonas Berlin <xkr47@outerspace.dyndns.org>2005-03-15 19:20:14 +0000
committerPatrick McHardy <kaber@trash.net>2005-03-15 19:20:14 +0000
commit8b7cc8a00d78810542efdeca309cd8bcccde6513 (patch)
treef4c3dee4b0cae70d503eeb6b567386a8b066ffd9 /extensions
parentfc4b10cd6ecff5982842b9bcfd456d80f21f8f09 (diff)
improve REDIRECT manpage (Jonas Berlin <xkr47@outerspace.dyndns.org>)
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libipt_REDIRECT.man7
1 files changed, 4 insertions, 3 deletions
diff --git a/extensions/libipt_REDIRECT.man b/extensions/libipt_REDIRECT.man
index 19fa917c..aeca3cb7 100644
--- a/extensions/libipt_REDIRECT.man
+++ b/extensions/libipt_REDIRECT.man
@@ -5,9 +5,10 @@ table, in the
and
.B OUTPUT
chains, and user-defined chains which are only called from those
-chains. It alters the destination IP address to send the packet to
-the machine itself (locally-generated packets are mapped to the
-127.0.0.1 address). It takes one option:
+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). It
+takes one option:
.TP
.BR "--to-ports " "\fIport\fP[-\fIport\fP]"
This specifies a destination port or range of ports to use: without