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

Unified Diff: components/onc/docs/onc_spec.html

Issue 540613002: Translate Saved/StaticIPConfig properties from ONC to Shill (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 6 years, 3 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 6822117618ef16c6084c3f4702811b985ce1d1d5..a3648c542b6744dbdc0d1b26e4e915b2d1ff0dc6 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -254,11 +254,31 @@
<dt class="field">IPConfigs</dt>
<dd>
<span class="field_meta">
+ (optional for connected networks, read-only)
+ <span class="type">array of IPConfig</span>
+ </span>
+ Array of IPConfig properties associated with this connection.
+ </dd>
+
+ <dt class="field">StaticIPConfig</dt>
+ <dd>
+ <span class="field_meta">
(optional if <span class="field">Remove</span> is
<span class="value">false</span>, otherwise ignored)
- <span class="type">array of IPConfig</span>
+ <span class="type">IPConfig</span>
</span>
- Static IPv4 or IPv6 parameters to associate with this connection.
+ Each property set in this IPConfig object overrides the respective
+ parameter received over DHCP.
+ </dd>
+
+ <dt class="field">SavedIPConfig</dt>
+ <dd>
+ <span class="field_meta">
+ (optional for connected networks, read-only)
+ <span class="type">IPConfig</span>
+ </span>
+ IPConfig property containing the configuration that was received from the
+ DHCP server prior to applying any StaticIPConfig parameters.
</dd>
<dt class="field">Name</dt>
@@ -532,6 +552,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 if part of <span class="field">IPConfigs</span>)
+ <span class="type">string</span>
+ </span>
+ The Web Proxy Auto-Discovery URL for this network as reported over DHCP.
+ </dd>
+
</dl>
</section>
« no previous file with comments | « chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698