summaryrefslogtreecommitdiff
path: root/templates/qos-policy/rate-limit/node.def
blob: 55728a7f6993d32fc9d59217a1e1dc5bb8eef4e6 (plain)
1
2
3
4
5
6
7
8
tag:
type: txt
help: Set rate limiting 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(@)"
update: /opt/vyatta/sbin/vyatta-qos.pl --update-policy "$VAR(.)" "$VAR(@)"