diff options
Diffstat (limited to 'templates/qos-policy/traffic-shaper/node.def')
-rw-r--r-- | templates/qos-policy/traffic-shaper/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/qos-policy/traffic-shaper/node.def b/templates/qos-policy/traffic-shaper/node.def index 3d623b7..38d72d2 100644 --- a/templates/qos-policy/traffic-shaper/node.def +++ b/templates/qos-policy/traffic-shaper/node.def @@ -1,4 +1,4 @@ tag: type: txt -syntax: pattern $(@) "^[^-]" ; "Qos queue name cannot start with \"-\"" -help: "Configure traffic shaping based policy" +syntax:expression: pattern $VAR(@) "^[^-]" ; "Qos queue name cannot start with \"-\"" +help: Configure traffic shaping based policy |