]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
DNAT/SNAT: add manpage documentation for --persistent flag
authorJan Engelhardt <jengelh@medozas.de>
Mon, 8 Jun 2009 13:46:19 +0000 (15:46 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 8 Jun 2009 13:46:19 +0000 (15:46 +0200)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
extensions/libipt_DNAT.man
extensions/libipt_SAME.man
extensions/libipt_SNAT.man

index 22e84c6269d3253c912e899df97ace4688d2223d..d1e0a3a18566333c3b02292f157e9757a513d9ee 100644 (file)
@@ -32,5 +32,8 @@ anymore.
 If option
 \fB\-\-random\fP
 is used then port mapping will be randomized (kernel >= 2.6.22).
-.RS
-.PP
+.TP
+\fB\-\-persistent\fP
+Gives a client the same source-/destination-address for each connection.
+This supersedes the SAME target. Support for persistent mappings is available
+from 2.6.29-rc2.
index b862aa4e0214cb3cd6298b84aeaf491ec23fd64d..a99dc73f6cf4eab7a2b6d477addf4892a83b4544 100644 (file)
@@ -1,6 +1,8 @@
 Similar to SNAT/DNAT depending on chain: it takes a range of addresses
 (`\-\-to 1.2.3.4\-1.2.3.7') and gives a client the same
 source-/destination-address for each connection.
+.PP
+N.B.: The DNAT target's \fB\-\-persistent\fP option replaced the SAME target.
 .TP
 \fB\-\-to\fP \fIipaddr\fP[\fB\-\fP\fIipaddr\fP]
 Addresses to map source to. May be specified more than once for
index 040571bb9aa01f369c7df4d641a0f648cb3a7f12..6b828fd4c811eb29ed826ae949e02dfc1937834e 100644 (file)
@@ -30,5 +30,8 @@ anymore.
 If option
 \fB\-\-random\fP
 is used then port mapping will be randomized (kernel >= 2.6.21).
-.RS
-.PP
+.TP
+\fB\-\-persistent\fP
+Gives a client the same source-/destination-address for each connection.
+This supersedes the SAME target. Support for persistent mappings is available
+from 2.6.29-rc2.