summaryrefslogtreecommitdiff
path: root/templates-cfg/zone-policy
diff options
context:
space:
mode:
Diffstat (limited to 'templates-cfg/zone-policy')
-rw-r--r--templates-cfg/zone-policy/zone/node.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates-cfg/zone-policy/zone/node.def b/templates-cfg/zone-policy/zone/node.def
index 56c09c2..4845c2f 100644
--- a/templates-cfg/zone-policy/zone/node.def
+++ b/templates-cfg/zone-policy/zone/node.def
@@ -2,8 +2,8 @@ tag:
type: txt
help: Zone name
-syntax:expression: pattern $VAR(@) "^[[:print:]]{1,20}$" ;
- "Zone name must be 20 characters or less"
+syntax:expression: pattern $VAR(@) "^[[:print:]]{1,18}$" ;
+ "Zone name must be 18 characters or less"
syntax:expression: pattern $VAR(@) "^[^-]" ; "Zone name cannot start with \"-\""