From: Harald Welte Date: Mon, 29 Aug 2005 12:48:13 +0000 (+0000) Subject: Update manpage to reflect missing NAT to multiple ranges support in 2.6.11-rc1 and... X-Git-Tag: v1.3.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2baafe40a9cc2cd4af508d38a47502c24c13b96;p=thirdparty%2Fiptables.git Update manpage to reflect missing NAT to multiple ranges support in 2.6.11-rc1 and later. --- diff --git a/extensions/libipt_DNAT.man b/extensions/libipt_DNAT.man index 7579e14e..2c518b06 100644 --- a/extensions/libipt_DNAT.man +++ b/extensions/libipt_DNAT.man @@ -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. +