From 03653f422fa6f9ff48b3f78c420510f12549f6d8 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 3 Nov 2005 01:43:43 +0000 Subject: svn merge -r 760:764 $SO/trunk/openvpn git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@766 e7ae566f-a301-0410-adde-c780ea21d3b5 --- openvpn.8 | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'openvpn.8') diff --git a/openvpn.8 b/openvpn.8 index 29df0da..78c6007 100644 --- a/openvpn.8 +++ b/openvpn.8 @@ -2949,7 +2949,21 @@ of OpenVPN's client mode. This directive is equivalent to: This option must be used on a client which is connecting to a multi-client server. It indicates to OpenVPN that it should accept options pushed by the server, provided they -are part of the legal set of pushable options. +are part of the legal set of pushable options (note that the +.B --pull +option is implied by +.B --client +). + +In particular, +.B --pull +allows the server to push routes to the client, so you should +not use +.B --pull +or +.B --client +in situations where you don't trust the server to have control +over the client's routing table. .\"********************************************************* .TP .B --auth-user-pass [up] -- cgit