diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-09 10:51:56 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-09 10:51:56 -0700 |
commit | 0eb4bb917c2cdb0c7563e5082a82fae9319da08e (patch) | |
tree | 751c08fccb1cabed9ea18fe97e24711d4fc8cd9c /templates/traffic-policy/round-robin/node.def | |
parent | 0e4f6a846a42796887706e46f82664a46bf706b7 (diff) | |
parent | ded90a0249827911e86c343ad67ae0d2074b6008 (diff) | |
download | vyatta-cfg-qos-0eb4bb917c2cdb0c7563e5082a82fae9319da08e.tar.gz vyatta-cfg-qos-0eb4bb917c2cdb0c7563e5082a82fae9319da08e.zip |
Merge branch 'larkspur' of vm:git/vyatta-cfg-qos into larkspur
Diffstat (limited to 'templates/traffic-policy/round-robin/node.def')
-rw-r--r-- | templates/traffic-policy/round-robin/node.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/traffic-policy/round-robin/node.def b/templates/traffic-policy/round-robin/node.def new file mode 100644 index 0000000..4427e1a --- /dev/null +++ b/templates/traffic-policy/round-robin/node.def @@ -0,0 +1,8 @@ +tag: +type: txt +help: Set deficit round robin 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(@) |