diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-12-31 13:18:40 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-12-31 13:18:40 +0100 |
commit | 2fff1e01a2bf70af8da2b38375d08ee3213db284 (patch) | |
tree | 010f1c71cb15991c42ffde9af609f05ec7668c52 /templates/vpn | |
parent | a413b8acc402c52fcc112b27ed722709db84579b (diff) | |
download | vyatta-cfg-vpn-2fff1e01a2bf70af8da2b38375d08ee3213db284.tar.gz vyatta-cfg-vpn-2fff1e01a2bf70af8da2b38375d08ee3213db284.zip |
T777: improve "connection-type" option help strings.
Diffstat (limited to 'templates/vpn')
-rw-r--r-- | templates/vpn/ipsec/site-to-site/peer/node.tag/connection-type/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vpn/ipsec/site-to-site/peer/node.tag/connection-type/node.def b/templates/vpn/ipsec/site-to-site/peer/node.tag/connection-type/node.def index 50b4864..10812b5 100644 --- a/templates/vpn/ipsec/site-to-site/peer/node.tag/connection-type/node.def +++ b/templates/vpn/ipsec/site-to-site/peer/node.tag/connection-type/node.def @@ -3,6 +3,6 @@ type: txt default: "initiate" syntax:expression: $VAR(@) in "initiate", "respond"; "Invalid connection-type" -val_help: initiate; This endpoint can initiate or respond to a connection -val_help: respond; This endpoint will only respond to a connection +val_help: initiate; Bring the connection up immediately +val_help: respond; Bring the connection up only if traffic is detected |