]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Explain that route-nopull also causes the client to ignore dhcp options.
authorArne Schwabe <arne@rfc2549.org>
Sat, 2 Jun 2012 13:03:39 +0000 (15:03 +0200)
committerDavid Sommerseth <davids@redhat.com>
Thu, 7 Jun 2012 12:00:43 +0000 (14:00 +0200)
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: David Sommerseth <davids@redhat.com>
Message-Id: 1338642223-20324-5-git-send-email-arne@rfc2549.org
URL: http://article.gmane.org/gmane.network.openvpn.devel/6649
Signed-off-by: David Sommerseth <davids@redhat.com>
doc/openvpn.8
src/openvpn/options.c

index 24b1a2c4189e7516b723814617af03a40a162cf0..f420d584d15988b117cc4977da99c92536e01458 100644 (file)
@@ -1087,7 +1087,8 @@ When used with
 .B \-\-client
 or
 .B \-\-pull,
-accept options pushed by server EXCEPT for routes.
+accept options pushed by server EXCEPT for routes and dhcp options
+like DNS servers.
 
 When used on the client, this option effectively bars the
 server from adding routes to the client's routing table,
index 08f9cb27b8f52b6b600600a1e1b4c1b849b56581..2f70839836cbef247a673323010c3fae0e1759ce 100644 (file)
@@ -231,7 +231,7 @@ static const char usage_message[] =
   "--route-noexec  : Don't add routes automatically.  Instead pass routes to\n"
   "                  --route-up script using environmental variables.\n"
   "--route-nopull  : When used with --client or --pull, accept options pushed\n"
-  "                  by server EXCEPT for routes.\n"
+  "                  by server EXCEPT for routes and dhcp options.\n"
   "--allow-pull-fqdn : Allow client to pull DNS names from server for\n"
   "                    --ifconfig, --route, and --route-gateway.\n"
   "--redirect-gateway [flags]: Automatically execute routing\n"