summaryrefslogtreecommitdiffstats
path: root/components/onc
diff options
context:
space:
mode:
authorpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-09 13:11:28 +0000
committerpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-09 13:11:28 +0000
commit3b4669164d75d4574cdbd3409ec18e2166f87965 (patch)
tree6c3298f2efebf48cc462a0f334ac68ca804c2e80 /components/onc
parentc04ba1541b491b1d7f25a8e4f54d39399784e008 (diff)
downloadchromium_src-3b4669164d75d4574cdbd3409ec18e2166f87965.zip
chromium_src-3b4669164d75d4574cdbd3409ec18e2166f87965.tar.gz
chromium_src-3b4669164d75d4574cdbd3409ec18e2166f87965.tar.bz2
Update onc_spec.html to match implementation.
onc_validator had some deviations from the onc_spec. This updates the onc_spec. BUG=386182 R=davidroche@chromium.org, pastarmovj@chromium.org Review URL: https://codereview.chromium.org/366273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/onc')
-rw-r--r--components/onc/docs/onc_spec.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html
index 8f0c038..4b72a3e 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -189,7 +189,8 @@
<dt class="field">Type</dt>
<dd>
<span class="field_meta">
- (required)
+ (optional, defaults to <span class="value">UnencryptedConfiguration
+ </span>)
<span class="type">string</span>
</span>
Must be <span class="value">UnencryptedConfiguration</span>.
@@ -214,9 +215,10 @@
</dd>
</dl>
- Besides the field <span class="field">Type</span>, at least one other field
+ At least one actual configuration field
(<span class="field">NetworkConfigurations</span> or
- <span class="field">Certificates</span>) should be present.
+ <span class="field">Certificates</span>) should be present, however it should
+ not be considered an error if no such field is present.
<section>
<h1>Network Configuration</h1>