diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-01-05 04:34:31 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-01-05 04:34:31 -0800 |
commit | 0cd9f499a76f4e08080716f94c91eaa048d44382 (patch) | |
tree | 26e3e8e263e7075bb7ff817aa82c067859952fb2 /doc | |
parent | 5127ba2b7842b0aa32ec63e490d9b14f19adf764 (diff) | |
download | connman-0cd9f499a76f4e08080716f94c91eaa048d44382.tar.gz connman-0cd9f499a76f4e08080716f94c91eaa048d44382.tar.bz2 connman-0cd9f499a76f4e08080716f94c91eaa048d44382.zip |
Add interface name to Ethernet settings
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt index 0f22f39c..b5617a6f 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -330,6 +330,10 @@ Properties string State [readonly] Possible values are "auto" and "manual". + string Interface [readonly] + + Interface name (for example eth0). + string Address [readonly] Ethernet device address (MAC address). |