summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJason Hendry <jhendry@mintel.com>2014-12-01 21:21:24 +0000
committerJason Hendry <jhendry@mintel.com>2014-12-01 21:21:24 +0000
commit259abd0641a999e390d67cb424c9093e1c0f72bf (patch)
tree06a2848e261472a02da6b92d892a38048b133aa5 /templates
parentae063db6eb21bb52ae5e995dfa4bef195de599be (diff)
downloadvyatta-cfg-vpn-259abd0641a999e390d67cb424c9093e1c0f72bf.tar.gz
vyatta-cfg-vpn-259abd0641a999e390d67cb424c9093e1c0f72bf.zip
Fixing syntax error in vpn-config.pl, fixing allowed parameters in the per-tunnel ikev2-reauth node
Diffstat (limited to 'templates')
-rw-r--r--templates/vpn/ipsec/site-to-site/peer/node.tag/ikev2-reauth/node.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vpn/ipsec/site-to-site/peer/node.tag/ikev2-reauth/node.def b/templates/vpn/ipsec/site-to-site/peer/node.tag/ikev2-reauth/node.def
index 8aee33e..8e1c6d7 100644
--- a/templates/vpn/ipsec/site-to-site/peer/node.tag/ikev2-reauth/node.def
+++ b/templates/vpn/ipsec/site-to-site/peer/node.tag/ikev2-reauth/node.def
@@ -1,7 +1,7 @@
help: Re-authentication of the remote peer during an IKE re-key. IKEv2 option only
type: txt
default: "inherit"
-syntax:expression: $VAR(@) in "yes", "no"; "must be yes, no or inherit (Default)"
+syntax:expression: $VAR(@) in "yes", "no", "inherit"; "must be yes, no or inherit (Default)"
val_help: yes; Enable remote host re-autentication during an IKE re-key. Currently broken due to a strong swan bug
val_help: no; Disable remote host re-authenticaton during an IKE re-key.
-val_help: inherit; Inherit the reauth configuration form your IKE-group
+val_help: inherit; Inherit the reauth configuration form your IKE-group (Default)