Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: components/onc/docs/onc_spec.html

Issue 275723002: Allow option to ignore default route (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/network/onc/onc_translation_tables.cc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/onc/docs/onc_spec.html
diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html
index 10b2f0f29896bc7c98dc9b07d28d6059ffdb54e0..d64217e6a5690e78f74ead23b0f6ed7df5009a78 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -1022,6 +1022,21 @@
Disables adaptive compression.
</dd>
+ <dt class="field">IgnoreDefaultRoute</dt>
pneubeck (no reviews) 2014/05/09 12:17:14 could have been a positive setting like Use/Set/En
Paul Stewart 2014/05/09 13:25:09 I prefer it this way, since that preserves the def
+ <dd>
+ <span class="field_meta">
+ (optional, defaults to <span class="value">false</span>)
+ <span class="type">bool</span>
+ </span>
+ Omits a default route to the VPN gateway while the connection is active.
+ By default, the client creates a default route to the gateway address
+ advertised by the VPN server. Setting this value to
+ <span class="value">true</span> will allow split tunnelling for
+ configurations where the VPN server omits explicit default routes.
pneubeck (no reviews) 2014/05/09 12:17:14 Reading this, it's not clear to me, how this optio
Paul Stewart 2014/05/09 13:25:09 I'll add some verbiage. The server configuration
+ This is roughly equivalent to the "redirect-gateway" OpenVPN client
+ configuration option.
+ </dd>
+
<dt class="field">KeyDirection</dt>
<dd>
<span class="field_meta">
« no previous file with comments | « chromeos/network/onc/onc_translation_tables.cc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698