summaryrefslogtreecommitdiff
path: root/templates/traffic-policy/shaper-hfsc/node.def
blob: 9572e38054f34bbfb32183088e3a10123616c702 (plain)
1
2
3
4
5
6
7
8
tag:
type: txt
help: Traffic shaping HFSC based 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(@)