From ea2c14980b153c28990f8aa15da4192d04e42173 Mon Sep 17 00:00:00 2001 From: Martin Xu Date: Wed, 28 Jul 2010 17:28:42 +0200 Subject: Initial IPv6 support Only manual/fixed setting supported for now. --- doc/service-api.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'doc/service-api.txt') diff --git a/doc/service-api.txt b/doc/service-api.txt index 9bf0907a..29ef96a3 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -359,6 +359,42 @@ Properties string State [readonly] until the new configuration has been successfully installed. + dict IPv6 [readonly] + + string Method [readonly] + + Possible values are "dhcp", "manual" + and "off". + + The value "fixed" indicates an IP address + that can not be modified. For example + cellular networks return fixed information. + + "dhcp" is not supported currently. + + string Address [readonly] + + The current configured IPv6 address. + + uint8 PrefixLength [readonly] + + The prefix length of the IPv6 address. + + string Gateway [readonly] + + The current configured IPv6 gateway. + + dict IPv6.Configuration [readwrite] + + Same values as IPv6 property. The IPv6 represents + the actual system configuration while this allows + user configuration. + + Changing these settings will cause a state change + of the service. The service will become unavailable + until the new configuration has been successfully + installed. + dict Proxy [readonly] string Method [readonly] -- cgit v1.2.3