Chromium Code Reviews| Index: components/onc/docs/onc_spec.html |
| diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html |
| index 6ca9c4b420eda00cd1954f3a8c99d9e197fc6565..c5b8e307dca76bdbec91213977c33111111908dd 100644 |
| --- a/components/onc/docs/onc_spec.html |
| +++ b/components/onc/docs/onc_spec.html |
| @@ -254,11 +254,29 @@ |
| <dt class="field">IPConfigs</dt> |
| <dd> |
| <span class="field_meta"> |
| - (optional if <span class="field">Remove</span> is |
| - <span class="value">false</span>, otherwise ignored) |
| + (optional for connected networks, read-only) |
| <span class="type">array of IPConfig</span> |
| </span> |
| - Static IPv4 or IPv6 parameters to associate with this connection. |
| + Array of IPConfig properties associated with this connection. |
| + </dd> |
| + |
| + <dt class="field">StaticIPConfig</dt> |
| + <dd> |
| + <span class="field_meta"> |
| + (optional) |
|
pneubeck (no reviews)
2014/09/03 15:14:29
this could/should be the original
(optional if <sp
stevenjb
2014/09/03 21:28:06
Done.
|
| + <span class="type">IPConfig</span> |
| + </span> |
| + IPConfig property that overrides IPConfig parameters received over DHCP. |
|
pneubeck (no reviews)
2014/09/03 15:14:29
nit: maybe add 'individual':
... overrides indivi
stevenjb
2014/09/03 21:28:06
Done.
|
| + </dd> |
| + |
| + <dt class="field">SavedIPConfig</dt> |
| + <dd> |
| + <span class="field_meta"> |
| + (optional, read-only) |
|
pneubeck (no reviews)
2014/09/03 15:14:29
is it limited to connected networks like 'IPConfig
stevenjb
2014/09/03 21:28:06
Presumably. Updated comment.
|
| + <span class="type">IPConfig</span> |
| + </span> |
| + IPConfig property containing the configuration that was recieved from the |
|
pneubeck (no reviews)
2014/09/03 15:14:29
typo: recieved -> received
stevenjb
2014/09/08 18:14:11
Done.
|
| + DHCP server prior to applying any StaticIPConfig parameters. |
| </dd> |
| <dt class="field">Name</dt> |
| @@ -543,6 +561,16 @@ |
| SearchDomains field for this configuration. If not specified, top level |
| values will be used. |
| </dd> |
| + |
| + <dt class="field">WebProxyAutoDiscoveryUrl</dt> |
| + <dd> |
| + <span class="field_meta"> |
| + (optional, read-only) |
|
pneubeck (no reviews)
2014/09/03 15:14:29
'read-only' -> optional if part of <...>SavedIPCon
stevenjb
2014/09/03 21:28:06
Done.
|
| + <span class="type">string</span> |
| + </span> |
| + The Web Proxy Auto-Discovery URL for this network as reported over DHCP. |
| + </dd> |
| + |
| </dl> |
| </section> |