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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: components/onc/docs/onc_spec.html
diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html
index da0d2cfb276e04bc734c4dc763379ca6b649789b..4e9ac47b4989bb68457ca8c7cc64569b6e93ef82 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -390,6 +390,16 @@
in an error state.
</dd>
+ <dt class="field">MacAddress</dt>
+ <dd>
+ <span class="field_meta">
+ (optional, read-only)
+ <span class="type">string</span>
+ </span>
+ The MAC address for the network. Only applies to connected non-virtual
+ 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.
+ </dd>
+
</dl>
<section>

Powered by Google App Engine
This is Rietveld 408576698