diff options
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2012-11-23 13:39:32 +0200 |
---|---|---|
committer | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2012-11-23 13:29:41 +0100 |
commit | 83262ef5c23d4baee0ba66f4dfdcaec24a5519ed (patch) | |
tree | e3c8329cf7ff208638e3d68eff2a2026170b44c9 /doc | |
parent | f4659640ba729bc9b12c2be26e242b84dd0ee387 (diff) | |
download | connman-83262ef5c23d4baee0ba66f4dfdcaec24a5519ed.tar.gz connman-83262ef5c23d4baee0ba66f4dfdcaec24a5519ed.tar.bz2 connman-83262ef5c23d4baee0ba66f4dfdcaec24a5519ed.zip |
doc: Clarify UserRoutes and ServerRoutes documentation
As the UserRoutes is to be set by the user, then tell that
in the documentation.
Clarify also what the ServerRoutes mean.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vpn-connection-api.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/vpn-connection-api.txt b/doc/vpn-connection-api.txt index 5fe39d34..9faed8a4 100644 --- a/doc/vpn-connection-api.txt +++ b/doc/vpn-connection-api.txt @@ -116,7 +116,7 @@ Properties string State [readonly] The list of nameservers set by VPN. - array{dict} UserRoutes + array{dict} UserRoutes [readwrite] int ProtocolFamily @@ -157,7 +157,8 @@ Properties string State [readonly] Gateway address of the route. - The VPN server activated route. + The VPN server activated route. These routes + are pushed to connman by VPN server. There can be other properties also but as the VPN technologies are so different, they have different |