diff options
author | Yu Jiung <jiung.yu@samsung.com> | 2017-03-06 10:48:48 +0900 |
---|---|---|
committer | Jiung Yu <jiung.yu@samsung.com> | 2017-04-13 16:50:05 +0900 |
commit | 13294d79e3412a68c541fd6a22840bf85521a420 (patch) | |
tree | 0fbf7db7c24b4eeeecdc711f18ed011e7d4c58b1 /doc | |
parent | 7859b3f51163cdb798423679bf291ffe27eff988 (diff) | |
download | connman-13294d79e3412a68c541fd6a22840bf85521a420.tar.gz connman-13294d79e3412a68c541fd6a22840bf85521a420.tar.bz2 connman-13294d79e3412a68c541fd6a22840bf85521a420.zip |
Add processing request & response vici message with socketipsec
Change-Id: I06ff60de06fde1ac8f484b1eecf49afed6d02542
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vpn-config-format.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/vpn-config-format.txt b/doc/vpn-config-format.txt index 15d3a261..b4898eb0 100644 --- a/doc/vpn-config-format.txt +++ b/doc/vpn-config-format.txt @@ -216,8 +216,8 @@ IPsec VPN supports following options (see swanctl.conf(5) for details): IPsec.ChildrenLocalTs children.local_ts local selectors to include in CHILD_SA (O) IPsec.ChildrenRemoteTs children.remote_ts Remote selectors to include in CHILD_SA (O) - IPsec.IkeData secret.data IKE PSK raw shared key data - IPsec.IkeOwners secret.Owners list of shared key owner identities + IPsec.IKEData secret.data IKE PSK raw shared key data + IPsec.IKEOwners secret.Owners list of shared key owner identities IPsec.XauthData secret.data XAUTH raw shared key data IPsec.XauthOwners secret.Owners list of shared key owner identities |