X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fadvanced-configuration.txt;h=12c2250e24d03672e08fff94d600abfa058b56e0;hb=1b9d0a62f59bb48c8deb2f0b98d9acdffdd9abe7;hp=3c08c8fdbd95615a360aaee8a2be05384b0a9017;hpb=fbe905ab58ecc31fe64c410c5f580cadc30e7f04;p=platform%2Fupstream%2Fconnman.git diff --git a/doc/advanced-configuration.txt b/doc/advanced-configuration.txt index 3c08c8f..12c2250 100644 --- a/doc/advanced-configuration.txt +++ b/doc/advanced-configuration.txt @@ -5,7 +5,7 @@ Advanced configuration interface Configuration basics ==================== -The default configuration method for all servers is automatic or something +The default configuration method for all services is automatic or something like DHCP. In almost every case that should be just good enough, but if it is not, Connection Manager supports manual configuration for Ethernet and IP settings. @@ -44,12 +44,12 @@ configuration this call could be used: "Netmask": "255.255.255.0" }) The configuration itself is a dictionary with various fields. Not all of -them need to present. A lot of combinations are valid. +them need to be present. A lot of combinations are valid. For example the "Method" field has valid settings of "off", "fixed", "manual" and "dhcp". The "fixed" value however can not be set by any user program. It is an internal value that some 3G cards require. Switching to "off" will -remove and IP configuration from the interface. The "manual" method allows +remove any IP configuration from the interface. The "manual" method allows for static address configuration. And "dhcp" will use DHCP to retrieve all required information automatically.