Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <link rel="stylesheet" href="onc_spec.css" > | 5 <link rel="stylesheet" href="onc_spec.css" > |
| 6 <script src="onc_spec.js"></script> | 6 <script src="onc_spec.js"></script> |
| 7 <title>Open Network Configuration Format</title> | 7 <title>Open Network Configuration Format</title> |
| 8 </head> | 8 </head> |
| 9 <body> | 9 <body> |
| 10 | 10 |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 247 <span class="type">string</span> | 247 <span class="type">string</span> |
| 248 </span> | 248 </span> |
| 249 A unique identifier for this network connection, which exists to make it | 249 A unique identifier for this network connection, which exists to make it |
| 250 possible to update previously imported configurations. Must be a non-empty | 250 possible to update previously imported configurations. Must be a non-empty |
| 251 string. | 251 string. |
| 252 </dd> | 252 </dd> |
| 253 | 253 |
| 254 <dt class="field">IPConfigs</dt> | 254 <dt class="field">IPConfigs</dt> |
| 255 <dd> | 255 <dd> |
| 256 <span class="field_meta"> | 256 <span class="field_meta"> |
| 257 (optional if <span class="field">Remove</span> is | 257 (optional for connected networks, read-only) |
| 258 <span class="value">false</span>, otherwise ignored) | |
| 259 <span class="type">array of IPConfig</span> | 258 <span class="type">array of IPConfig</span> |
| 260 </span> | 259 </span> |
| 261 Static IPv4 or IPv6 parameters to associate with this connection. | 260 Array of IPConfig properties associated with this connection. |
| 261 </dd> | |
| 262 | |
| 263 <dt class="field">StaticIPConfig</dt> | |
| 264 <dd> | |
| 265 <span class="field_meta"> | |
| 266 (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.
| |
| 267 <span class="type">IPConfig</span> | |
| 268 </span> | |
| 269 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.
| |
| 270 </dd> | |
| 271 | |
| 272 <dt class="field">SavedIPConfig</dt> | |
| 273 <dd> | |
| 274 <span class="field_meta"> | |
| 275 (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.
| |
| 276 <span class="type">IPConfig</span> | |
| 277 </span> | |
| 278 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.
| |
| 279 DHCP server prior to applying any StaticIPConfig parameters. | |
| 262 </dd> | 280 </dd> |
| 263 | 281 |
| 264 <dt class="field">Name</dt> | 282 <dt class="field">Name</dt> |
| 265 <dd> | 283 <dd> |
| 266 <span class="field_meta"> | 284 <span class="field_meta"> |
| 267 (required if <span class="field">Remove</span> is | 285 (required if <span class="field">Remove</span> is |
| 268 <span class="value">false</span>, otherwise ignored) | 286 <span class="value">false</span>, otherwise ignored) |
| 269 <span class="type">string</span> | 287 <span class="type">string</span> |
| 270 </span> | 288 </span> |
| 271 A user-friendly description of this connection. This name will not be used | 289 A user-friendly description of this connection. This name will not be used |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 536 <span class="field_meta"> | 554 <span class="field_meta"> |
| 537 (optional) | 555 (optional) |
| 538 <span class="type">array of string</span> | 556 <span class="type">array of string</span> |
| 539 </span> | 557 </span> |
| 540 Array of strings to append to names for resolution. Items in this array | 558 Array of strings to append to names for resolution. Items in this array |
| 541 should not start with a dot. Example: <span class="snippet">[ | 559 should not start with a dot. Example: <span class="snippet">[ |
| 542 "corp.acme.org", "acme.org" ]</span>. Overrides values in the top level | 560 "corp.acme.org", "acme.org" ]</span>. Overrides values in the top level |
| 543 SearchDomains field for this configuration. If not specified, top level | 561 SearchDomains field for this configuration. If not specified, top level |
| 544 values will be used. | 562 values will be used. |
| 545 </dd> | 563 </dd> |
| 564 | |
| 565 <dt class="field">WebProxyAutoDiscoveryUrl</dt> | |
| 566 <dd> | |
| 567 <span class="field_meta"> | |
| 568 (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.
| |
| 569 <span class="type">string</span> | |
| 570 </span> | |
| 571 The Web Proxy Auto-Discovery URL for this network as reported over DHCP. | |
| 572 </dd> | |
| 573 | |
| 546 </dl> | 574 </dl> |
| 547 </section> | 575 </section> |
| 548 | 576 |
| 549 <section> | 577 <section> |
| 550 <h1>Wi-Fi networks</h1> | 578 <h1>Wi-Fi networks</h1> |
| 551 <p> | 579 <p> |
| 552 For Wi-Fi connections, <span class="field">Type</span> must be set to | 580 For Wi-Fi connections, <span class="field">Type</span> must be set to |
| 553 <span class="value">WiFi</span> and the | 581 <span class="value">WiFi</span> and the |
| 554 field <span class="field">WiFi</span> must be set to an object of | 582 field <span class="field">WiFi</span> must be set to an object of |
| 555 type <span class="type">WiFi</span> containing the following fields: | 583 type <span class="type">WiFi</span> containing the following fields: |
| (...skipping 1777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2333 is transmitted or saved to disk should be secure. On client device, when | 2361 is transmitted or saved to disk should be secure. On client device, when |
| 2334 user names for connections that are user-specific are persisted to disk, | 2362 user names for connections that are user-specific are persisted to disk, |
| 2335 they should be stored in a location that is encrypted. Users can also opt in | 2363 they should be stored in a location that is encrypted. Users can also opt in |
| 2336 these cases to not save their user credentials in the config file and will | 2364 these cases to not save their user credentials in the config file and will |
| 2337 instead be prompted when they are needed. | 2365 instead be prompted when they are needed. |
| 2338 </p> | 2366 </p> |
| 2339 </section> | 2367 </section> |
| 2340 </section> | 2368 </section> |
| 2341 </body> | 2369 </body> |
| 2342 </html> | 2370 </html> |
| OLD | NEW |