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

Side by Side Diff: components/onc/docs/onc_spec.html

Issue 285233008: Add MacAddress to ONC and networkingPrivate (Closed) Base URL: https://chromium.googlesource.com/chromium/src
Patch Set: Rebase Created 6 years, 7 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 unified diff | Download patch
OLDNEW
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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 <span class="field_meta"> 383 <span class="field_meta">
384 (optional, read-only) 384 (optional, read-only)
385 <span class="type">string</span> 385 <span class="type">string</span>
386 </span> 386 </span>
387 The current error state for this network. Error states are provided by 387 The current error state for this network. Error states are provided by
388 the system and are not explicitly defined here. They may or may not be 388 the system and are not explicitly defined here. They may or may not be
389 human-readable. This field will be empty or absent if the network is not 389 human-readable. This field will be empty or absent if the network is not
390 in an error state. 390 in an error state.
391 </dd> 391 </dd>
392 392
393 <dt class="field">MacAddress</dt>
394 <dd>
395 <span class="field_meta">
396 (optional, read-only)
397 <span class="type">string</span>
398 </span>
399 The MAC address for the network. Only applies to connected non-virtual
400 networks. The format is 00:11:22:33:44:55.
armansito 2014/05/16 15:54:12 For digits greater than 9, will the format be uppe
stevenjb 2014/05/16 18:01:58 Done.
401 </dd>
402
393 </dl> 403 </dl>
394 404
395 <section> 405 <section>
396 <h1>Ethernet networks</h1> 406 <h1>Ethernet networks</h1>
397 <p> 407 <p>
398 For Ethernet connections, <span class="field">Type</span> must be set to 408 For Ethernet connections, <span class="field">Type</span> must be set to
399 <span class="value">Ethernet</span> and the 409 <span class="value">Ethernet</span> and the
400 field <span class="field">Ethernet</span> must be set to an object of 410 field <span class="field">Ethernet</span> must be set to an object of
401 type <span class="type">Ethernet</span> containing the following fields: 411 type <span class="type">Ethernet</span> containing the following fields:
402 </p> 412 </p>
(...skipping 1898 matching lines...) Expand 10 before | Expand all | Expand 10 after
2301 is transmitted or saved to disk should be secure. On client device, when 2311 is transmitted or saved to disk should be secure. On client device, when
2302 user names for connections that are user-specific are persisted to disk, 2312 user names for connections that are user-specific are persisted to disk,
2303 they should be stored in a location that is encrypted. Users can also opt in 2313 they should be stored in a location that is encrypted. Users can also opt in
2304 these cases to not save their user credentials in the config file and will 2314 these cases to not save their user credentials in the config file and will
2305 instead be prompted when they are needed. 2315 instead be prompted when they are needed.
2306 </p> 2316 </p>
2307 </section> 2317 </section>
2308 </section> 2318 </section>
2309 </body> 2319 </body>
2310 </html> 2320 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698