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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
393 <dt class="field">MacAddress</dt> | 393 <dt class="field">MacAddress</dt> |
394 <dd> | 394 <dd> |
395 <span class="field_meta"> | 395 <span class="field_meta"> |
396 (optional, read-only) | 396 (optional, read-only) |
397 <span class="type">string</span> | 397 <span class="type">string</span> |
398 </span> | 398 </span> |
399 The MAC address for the network. Only applies to connected non-virtual | 399 The MAC address for the network. Only applies to connected non-virtual |
400 networks. The format is 00:11:22:AA:BB:CC. | 400 networks. The format is 00:11:22:AA:BB:CC. |
401 </dd> | 401 </dd> |
402 | 402 |
| 403 <dt class="field">Priority</dt> |
| 404 <dd> |
| 405 <span class="field_meta"> |
| 406 (optional) |
| 407 <span class="type">integer</span> |
| 408 </span> |
| 409 Provides a suggested priority value for this network. May be used by the |
| 410 system to determine which network to connect to when multiple configured |
| 411 networks are available (or may be ignored). |
| 412 </dd> |
| 413 |
403 </dl> | 414 </dl> |
404 | 415 |
405 <section> | 416 <section> |
406 <h1>Ethernet networks</h1> | 417 <h1>Ethernet networks</h1> |
407 <p> | 418 <p> |
408 For Ethernet connections, <span class="field">Type</span> must be set to | 419 For Ethernet connections, <span class="field">Type</span> must be set to |
409 <span class="value">Ethernet</span> and the | 420 <span class="value">Ethernet</span> and the |
410 field <span class="field">Ethernet</span> must be set to an object of | 421 field <span class="field">Ethernet</span> must be set to an object of |
411 type <span class="type">Ethernet</span> containing the following fields: | 422 type <span class="type">Ethernet</span> containing the following fields: |
412 </p> | 423 </p> |
(...skipping 1898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2311 is transmitted or saved to disk should be secure. On client device, when | 2322 is transmitted or saved to disk should be secure. On client device, when |
2312 user names for connections that are user-specific are persisted to disk, | 2323 user names for connections that are user-specific are persisted to disk, |
2313 they should be stored in a location that is encrypted. Users can also opt in | 2324 they should be stored in a location that is encrypted. Users can also opt in |
2314 these cases to not save their user credentials in the config file and will | 2325 these cases to not save their user credentials in the config file and will |
2315 instead be prompted when they are needed. | 2326 instead be prompted when they are needed. |
2316 </p> | 2327 </p> |
2317 </section> | 2328 </section> |
2318 </section> | 2329 </section> |
2319 </body> | 2330 </body> |
2320 </html> | 2331 </html> |
OLD | NEW |