summaryrefslogtreecommitdiff
path: root/templates/vpn
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vpn')
-rw-r--r--templates/vpn/ipsec/ike-group/node.tag/dead-peer-detection/timeout/node.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/vpn/ipsec/ike-group/node.tag/dead-peer-detection/timeout/node.def b/templates/vpn/ipsec/ike-group/node.tag/dead-peer-detection/timeout/node.def
index 3378cb5..8a4edee 100644
--- a/templates/vpn/ipsec/ike-group/node.tag/dead-peer-detection/timeout/node.def
+++ b/templates/vpn/ipsec/ike-group/node.tag/dead-peer-detection/timeout/node.def
@@ -1,5 +1,5 @@
-help: Keep-alive timeout
+help: Dead-Peer-Detection keep-alive timeout (IKEv1 only)
type: u32
default: 120
-syntax:expression: ($VAR(@) >= 10 && $VAR(@) <= 86400) ; "must be between 10-86400 seconds"
-val_help: u32:10-86400; Keep-alive timeout in seconds (default 120)
+syntax:expression: ($VAR(@) >= 2 && $VAR(@) <= 86400) ; "must be between 2-86400 seconds"
+val_help: u32:2-86400; Keep-alive timeout in seconds (default 120)