summaryrefslogtreecommitdiff
path: root/doc/service-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/service-api.txt')
-rw-r--r--doc/service-api.txt9
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.