summaryrefslogtreecommitdiff
path: root/templates/policy/prefix-list6/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/policy/prefix-list6/node.def')
-rw-r--r--templates/policy/prefix-list6/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/policy/prefix-list6/node.def b/templates/policy/prefix-list6/node.def
index effbbbf2..f298dbf3 100644
--- a/templates/policy/prefix-list6/node.def
+++ b/templates/policy/prefix-list6/node.def
@@ -4,4 +4,4 @@ type: txt
help: IPv6 prefix-list filter
val_help: Prefix list name
-syntax:expression: pattern $VAR(@) "^[-a-zA-Z0-9.]+$" ; "prefix-list6 name must be alpha-numeric"
+syntax:expression: pattern $VAR(@) "^[-_a-zA-Z0-9.]+$" ; "prefix-list name can only contain alpha-numeric letters, hyphen and underscores"