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