diff options
Diffstat (limited to 'templates/qos-policy/priority-queue/node.def')
-rw-r--r-- | templates/qos-policy/priority-queue/node.def | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/qos-policy/priority-queue/node.def b/templates/qos-policy/priority-queue/node.def deleted file mode 100644 index 21f04d9..0000000 --- a/templates/qos-policy/priority-queue/node.def +++ /dev/null @@ -1,8 +0,0 @@ -tag: -type: txt -help: Set priority-queue policy -syntax:expression: pattern $VAR(@) "^[[:alnum:]][-_[:alnum:]]*$" - ; "only alpha-numeric policy name allowed" -create: /opt/vyatta/sbin/vyatta-qos.pl --create-policy "$VAR(.)" "$VAR(@)" -delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-policy "$VAR(@)" -end: /opt/vyatta/sbin/vyatta-qos.pl --apply-policy "$VAR(@)" |