diff options
author | Samuli Seppänen <samuli@openvpn.net> | 2011-03-29 11:19:00 +0000 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2011-04-05 13:06:21 +0200 |
commit | 86caf38ddcf4d9a80a97353888756255247b0a04 (patch) | |
tree | c7360eede20d8abd1d933862816243c8fb56772e /openvpn.8 | |
parent | Fix the --client-cert-not-required feature (diff) | |
download | openvpn-86caf38ddcf4d9a80a97353888756255247b0a04.tar.xz |
Add man page entry for --redirect-private
Trac-ticket: 107
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: David Sommerseth <dazo@users.sourceforge.net>
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
(cherry picked from commit 808ba6b9316ff7f5910e2d4516c1a6aac788354c)
Diffstat (limited to 'openvpn.8')
-rw-r--r-- | openvpn.8 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1129,6 +1129,11 @@ on non-Windows clients). Using the def1 flag is highly recommended. .\"********************************************************* .TP +.B \-\-redirect-private [flags] +Like \-\-redirect-gateway, but omit actually changing the default +gateway. Useful when pushing private subnets. +.\"********************************************************* +.TP .B \-\-link-mtu n Sets an upper bound on the size of UDP packets which are sent between OpenVPN peers. It's best not to set this parameter unless |