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 12:59:46 +0200 |
commit | 808ba6b9316ff7f5910e2d4516c1a6aac788354c (patch) | |
tree | 06b7fc67fc7398cf40c0dba39e06803d41a954b5 | |
parent | Fix the --client-cert-not-required feature (diff) | |
download | openvpn-808ba6b9316ff7f5910e2d4516c1a6aac788354c.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>
Diffstat (limited to '')
-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 |