summaryrefslogtreecommitdiff
path: root/templates/qos-policy/network-emulator/node.def
blob: 0139490d4668ae5ba8ddb5b9dc184cdc2c1eb313 (plain)
1
2
3
4
5
6
7
tag:
type: txt
help: Setup network emulator 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(@)"