summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_DNAT.man
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2005-08-29 12:48:13 +0000
committerHarald Welte <laforge@gnumonks.org>2005-08-29 12:48:13 +0000
commitd2baafe40a9cc2cd4af508d38a47502c24c13b96 (patch)
tree7c7bf8d02379d19363e32394190fea1ff9dc82b4 /extensions/libipt_DNAT.man
parentc6fbf41cdd15705559269d992da9938cbb1a1f4e (diff)
Update manpage to reflect missing NAT to multiple ranges support in 2.6.11-rc1 and later.
Diffstat (limited to 'extensions/libipt_DNAT.man')
-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 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.
+