summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-08-29 12:48:13 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-08-29 12:48:13 +0000
commitcef387f80a5ac06646a2305c8cc2ad4e4c406a83 (patch)
tree7c7bf8d02379d19363e32394190fea1ff9dc82b4 /extensions
parent1fb08bf88af56b33eff8fa9d4d9811f25374bf2a (diff)
Update manpage to reflect missing NAT to multiple ranges support in 2.6.11-rc1 and later.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libipt_DNAT.man11
1 files changed, 7 insertions, 4 deletions
diff --git a/extensions/libipt_DNAT.man b/extensions/libipt_DNAT.man
index 7579e14..2c518b0 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.
+