]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
improve REDIRECT manpage (Jonas Berlin <xkr47@outerspace.dyndns.org>)
authorJonas Berlin <xkr47@outerspace.dyndns.org>
Tue, 15 Mar 2005 19:20:14 +0000 (19:20 +0000)
committerPatrick McHardy <kaber@trash.net>
Tue, 15 Mar 2005 19:20:14 +0000 (19:20 +0000)
extensions/libipt_REDIRECT.man

index 19fa917cb1dab314a91fd5b9b9673a96e806dce0..aeca3cb7fb1e90b967c1dc8c501ab6b1076cb6d6 100644 (file)
@@ -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