diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-06-29 21:49:36 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-06-29 21:49:36 +0200 |
commit | a9dc2dad1ba1ca57a01f1c93b44d44f1951a58fc (patch) | |
tree | ce238e98880b2fd7ff1de99f0d9d65222379d061 /doc | |
parent | 16aa8aae69006b5ef2abd17dfb3883564252f43b (diff) | |
download | connman-a9dc2dad1ba1ca57a01f1c93b44d44f1951a58fc.tar.gz connman-a9dc2dad1ba1ca57a01f1c93b44d44f1951a58fc.tar.bz2 connman-a9dc2dad1ba1ca57a01f1c93b44d44f1951a58fc.zip |
Document two essential IPv4 configuration properties
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt index 8673bc55..cf459991 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -162,3 +162,12 @@ Properties string State [readonly] and setting it to false is similar to the Remove() method. So for now it will be considered a read only property. + + string IPv4.Method [readwrite] + + The IPv4 configuration method. Possible values here + are "dhcp" and "static". + + string IPv4.Address [readwrite] + + The current configured IPv4 address. |