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

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: 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
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..62509a8da806e6032e4ffc56a64e9ee56b508efd 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -859,8 +859,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>.
pneubeck (no reviews) 2015/03/18 19:35:29 You're right! The constant is called kThirdPartyVp
bartfab (slow) 2015/03/18 20:02:14 Acknowledged.
</span>
Type of the VPN.
</dd>
@@ -1580,7 +1581,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>

Powered by Google App Engine
This is Rietveld 408576698