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

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

Issue 1019033002: Add an ONC property for the third-party VPN provider extension ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed browser tests. Created 5 years, 9 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/test/data/network/third_party_vpn.onc ('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 b364ab7e448776d78875c1cc4ad5cb8cb27b3fd1..7c6c55358e247bc6a151a9e90d9bfe98b87ee863 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -850,6 +850,16 @@
OpenVPN settings.
</dd>
+ <dt class="field">ThirdPartyVPN</dt>
+ <dd>
+ <span class="field_meta">
+ (required if <span class="field">Type</span> is
+ <span class="value">ThirdPartyVPN</span>, otherwise ignored)
+ <span class="type">ThirdPartyVPN</span>
+ </span>
+ Third-party VPN provider settings.
+ </dd>
+
<dt class="field">Type</dt>
<dd>
<span class="field_meta">
@@ -859,8 +869,9 @@
<span class="rule">
<span class="rule_id"></span>
Allowed values are <span class="value">IPsec</span>,
- <span class="value">L2TP-IPsec</span>, and
- <span class="value">OpenVPN</span>.
+ <span class="value">L2TP-IPsec</span>,
+ <span class="value">OpenVPN</span>, and
+ <span class="value">ThirdPartyVPN</span>.
</span>
Type of the VPN.
</dd>
@@ -1580,7 +1591,29 @@
Determines which of the host's X.509 names will be verified. Allowed values are <span class="value">name</span>, <span class="value">name-prefix</span> and <span class="value">subject</span>. See OpenVPN's documentation for "--verify-x509-name" for the meaning of each value. Defaults to OpenVPN's default if not specified.
</dd>
</dl>
+</section>
+
+<section>
+ <h1>Third-party VPN provider based connections and types</h1>
+ <p>
+ <span class="field">VPN.Type</span> must be
+ <span class="value">ThirdPartyVPN</span>.
+ </p>
+ <p>
+ <span class="type">ThirdPartyVPN</span> type contains the following:
+ </p>
+
+ <dl class="field_list">
+ <dt class="field">ExtensionID</dt>
+ <dd>
+ <span class="field_meta">
+ (required)
+ <span class="type">string</span>
+ </span>
+ The extension ID of the third-party VPN provider used by this network.
+ </dd>
+ </dl>
</section>
</section>
« no previous file with comments | « chromeos/test/data/network/third_party_vpn.onc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698