summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_SNAT.man
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2014-05-16 14:11:05 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2014-05-16 14:11:05 +0200
commit01dcfdab11a6583d899bfc34758e8f9996774d21 (patch)
tree2d81545c64d27c190bf24ba1266584419df6db78 /extensions/libxt_SNAT.man
parent69f3f846807654163bedba2b939f370838ae141c (diff)
parent6465867eb48506687872b838b1ddfee61d1a0aeb (diff)
Merge branch 'next-3.14'
Diffstat (limited to 'extensions/libxt_SNAT.man')
-rw-r--r--extensions/libxt_SNAT.man7
1 files changed, 6 insertions, 1 deletions
diff --git a/extensions/libxt_SNAT.man b/extensions/libxt_SNAT.man
index f0620a21..8cd0b80e 100644
--- a/extensions/libxt_SNAT.man
+++ b/extensions/libxt_SNAT.man
@@ -29,7 +29,12 @@ anymore.
\fB\-\-random\fP
If option
\fB\-\-random\fP
-is used then port mapping will be randomized (kernel >= 2.6.21).
+is used then port mapping will be randomized through a hash-based algorithm (kernel >= 2.6.21).
+.TP
+\fB\-\-random-fully\fP
+If option
+\fB\-\-random-fully\fP
+is used then port mapping will be fully randomized through a PRNG (kernel >= 3.14).
.TP
\fB\-\-persistent\fP
Gives a client the same source-/destination-address for each connection.