diff options
author | Jeff Leung <jleung@v10networks.ca> | 2016-01-29 18:43:45 -0500 |
---|---|---|
committer | Jeff Leung <jleung@v10networks.ca> | 2016-01-29 18:43:45 -0500 |
commit | 5ee99ec9d5cca8c13804964eee23ce0b15578edf (patch) | |
tree | 7c502f983d99b13b17a2521a0e05b184d055dc89 /templates/vpn/ipsec | |
parent | 9e5c1863dde4762120d52f851d25178d8be5bb24 (diff) | |
download | vyatta-cfg-vpn-5ee99ec9d5cca8c13804964eee23ce0b15578edf.tar.gz vyatta-cfg-vpn-5ee99ec9d5cca8c13804964eee23ce0b15578edf.zip |
vyatta-cfg-vpn: Properly implement force-encapsulation and fix descriptions
Diffstat (limited to 'templates/vpn/ipsec')
-rw-r--r-- | templates/vpn/ipsec/site-to-site/peer/node.tag/force-encapsulation/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vpn/ipsec/site-to-site/peer/node.tag/force-encapsulation/node.def b/templates/vpn/ipsec/site-to-site/peer/node.tag/force-encapsulation/node.def index 0015add..bc71729 100644 --- a/templates/vpn/ipsec/site-to-site/peer/node.tag/force-encapsulation/node.def +++ b/templates/vpn/ipsec/site-to-site/peer/node.tag/force-encapsulation/node.def @@ -1,6 +1,6 @@ help: Force UDP Encapsulation for ESP Payloads type: txt syntax:expression: $VAR(@) in "enable", "disable"; "Must be enable or disable" -val_help: enable; This endpoint will not force UDP encapsulation for this peer -val_help: disable; This endpoint will force UDP encapsulation for this peer +val_help: enable; This endpoint will force UDP encapsulation for this peer +val_help: disable; This endpoint will not force UDP encapsulation for this peer |