summaryrefslogtreecommitdiff
path: root/doc/service-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-01-03 18:47:21 -0800
committerMarcel Holtmann <marcel@holtmann.org>2010-01-03 18:47:21 -0800
commit2f217e25d799ef351d4e8e06b0da83e72b2183f0 (patch)
treef02802519be4ec12fec9d5fdb30e546f2ef30cc8 /doc/service-api.txt
parent3bac66a29d5e87874bfcd298a1a161805f3104db (diff)
downloadconnman-2f217e25d799ef351d4e8e06b0da83e72b2183f0.tar.gz
connman-2f217e25d799ef351d4e8e06b0da83e72b2183f0.tar.bz2
connman-2f217e25d799ef351d4e8e06b0da83e72b2183f0.zip
Add basic interfaces for automatic proxy configuration
Diffstat (limited to 'doc/service-api.txt')
-rw-r--r--doc/service-api.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt
index 1fe37ea4..0f22f39c 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -302,6 +302,28 @@ Properties string State [readonly]
the actual system configuration while this allows
user configuration.
+ dict Proxy [readonly]
+
+ string Method [readonly]
+
+ Possible values are "direct", "auto",
+ "manual" and "auto-config".
+
+ If the DHCP server provides an automatic
+ configuration URL, then this value is set
+ to "auto-config". The PAC file will be
+ referenced by the URL value.
+
+ If no automatic configuration is available,
+ then "direct" is set.
+
+ The values "auto" and "manual" are not yet
+ supported.
+
+ string URL [readonly]
+
+ Automatic proxy configuration URL.
+
dict Ethernet [readonly]
string Method [readonly]