summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2013-03-05 16:06:14 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-03-08 13:09:22 +0200
commitfe6e59c7d6a44cef8cc2518cf22132978b2a79d2 (patch)
treef9522e985b4b9b81de67b6a23085db77f2f7cae0 /doc
parent2f246127e624149fdcaa9170a25ed6c26c67596d (diff)
downloadconnman-fe6e59c7d6a44cef8cc2518cf22132978b2a79d2.tar.gz
connman-fe6e59c7d6a44cef8cc2518cf22132978b2a79d2.tar.bz2
connman-fe6e59c7d6a44cef8cc2518cf22132978b2a79d2.zip
doc: Describe immutable flag for VPN connection
The immutable flag is set if the VPN connection is provisioned via a .config file. The VPN connection can be removed only by removing the .config file from /var/lib/connman-vpn directory.
Diffstat (limited to 'doc')
-rw-r--r--doc/vpn-connection-api.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/vpn-connection-api.txt b/doc/vpn-connection-api.txt
index 722d7082..4367699f 100644
--- a/doc/vpn-connection-api.txt
+++ b/doc/vpn-connection-api.txt
@@ -75,6 +75,14 @@ Properties string State [readonly]
The VPN host (server) address.
+ boolean Immutable [readonly]
+
+ This value will be set to true if the connection is
+ configured externally via a configuration file.
+
+ The only valid operation are Connect(), Disconnect()
+ and GetProperties()
+
int Index [readonly]
The index of the VPN network tunneling interface.