]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Update manpage to reflect missing NAT to multiple ranges support in 2.6.11-rc1 and...
authorHarald Welte <laforge@gnumonks.org>
Mon, 29 Aug 2005 12:48:13 +0000 (12:48 +0000)
committerHarald Welte <laforge@gnumonks.org>
Mon, 29 Aug 2005 12:48:13 +0000 (12:48 +0000)
extensions/libipt_DNAT.man

index 7579e14e4925f52e84b1cfe5cb2136a11623b054..2c518b06c4eea4ffcb5bbc56cfbeff9a8fbb514a 100644 (file)
@@ -21,7 +21,10 @@ If no port range is specified, then the destination port will never be
 modified.
 .RS
 .PP
-You can add several --to-destination options.  If you specify more
-than one destination address, either via an address range or multiple
---to-destination options, a simple round-robin (one after another in
-cycle) load balancing takes place between these adresses.
+In Kernels up to 2.6.10 you can add several --to-destination options.  For
+those kernels, if you specify more than one destination address, either via an
+address range or multiple --to-destination options, a simple round-robin (one
+after another in cycle) load balancing takes place between these adresses.
+Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges
+anymore.
+