From fe6e59c7d6a44cef8cc2518cf22132978b2a79d2 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Tue, 5 Mar 2013 16:06:14 +0200 Subject: 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. --- doc/vpn-connection-api.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3