summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-03-03 12:49:53 +0000
committerChristian Pointner <equinox@anytun.org>2009-03-03 12:49:53 +0000
commitf5a69ac01d0bbbbc676d853e94d715c6bebd4398 (patch)
tree7e6736352e7d797f11d7e9c9cdfca7b740394d79 /doc
parentdeactivated --ld-kdr (diff)
updated manpage and usage info
Diffstat (limited to 'doc')
-rw-r--r--doc/uanytun.8.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/uanytun.8.txt b/doc/uanytun.8.txt
index 24e0e14..01d191f 100644
--- a/doc/uanytun.8.txt
+++ b/doc/uanytun.8.txt
@@ -30,7 +30,6 @@ SYNOPSIS
[ *-s|--sender-id* <sender id> ]
[ *-w|--window-size* <window size> ]
[ *-k|--kd-prf* <kd-prf type> ]
-[ *-l|--ld-kdr* <ld-kdr> ]
[ *-O|--anytun02-compat* ]
[ *-E|--passphrase* <pass phrase> ]
[ *-K|--key* <master key> ]
@@ -239,17 +238,6 @@ Possible values:
* *aes-ctr-192* - AES in counter mode with 192 Bits
* *aes-ctr-256* - AES in counter mode with 256 Bits
--l|--ld-kdr <ld-kdr>
-~~~~~~~~~~~~~~~~~~~~
-
-The log2 of the key derivation rate. This is used by the key
-derivation to determine how often a new session key has to be
-generated. A value of -1 means to generate only one key and use
-it forever. The default is 0 which means to calculate a new key
-for every packet. A value of 1 would tell the key derivation
-to generate a new key after 2 packets, for 2 its 4 packets and
-so on.
-
-O|--anytun02-compat
~~~~~~~~~~~~~~~~~~~~