diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-01-31 07:58:10 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-01-31 07:58:10 -0800 |
commit | a35625b08aa22b0fd9cbd92d72af6d9d7dc49b56 (patch) | |
tree | 3343ade5e94fcd57724f03e12234711cd3c69864 /templates/qos-policy/traffic-shaper/node.def | |
parent | 8406bb6bd1c288ad30f4e67cff106b34b2c4d578 (diff) | |
download | vyatta-cfg-qos-a35625b08aa22b0fd9cbd92d72af6d9d7dc49b56.tar.gz vyatta-cfg-qos-a35625b08aa22b0fd9cbd92d72af6d9d7dc49b56.zip |
convert templates to new syntax
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 |