summaryrefslogtreecommitdiff
path: root/templates/qos-policy/traffic-shaper/node.def
blob: 11b91fe29e5212a59e2c0bf716cd1b66d2b726a6 (plain)
1
2
3
4
5
6
7
8
tag:
type: txt
help: Set traffic shaping based policy
syntax:expression: pattern $VAR(@) "^[[:alnum:]][-_[:alnum:]]*$"
                   ; "only alpha-numeric policy name allowed"
update: /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(@)"