diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-07 10:31:08 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-07 10:31:08 -0700 |
commit | 4f12cc5f730a7759bc668b56165fe79b058dcfcd (patch) | |
tree | cef522671cb4575f9bca05ea61323e2956753557 /templates/qos-policy/traffic-limiter/node.def | |
parent | c5bbc092581f7113d7aa967105ab46668314e9bc (diff) | |
download | vyatta-cfg-qos-4f12cc5f730a7759bc668b56165fe79b058dcfcd.tar.gz vyatta-cfg-qos-4f12cc5f730a7759bc668b56165fe79b058dcfcd.zip |
Revert "Move traffic-limiter to input-policy"
This reverts commit b75a66a4d5768f22a4b995d49ba442de8762a800.
Diffstat (limited to 'templates/qos-policy/traffic-limiter/node.def')
-rw-r--r-- | templates/qos-policy/traffic-limiter/node.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/qos-policy/traffic-limiter/node.def b/templates/qos-policy/traffic-limiter/node.def new file mode 100644 index 0000000..f8bdf26 --- /dev/null +++ b/templates/qos-policy/traffic-limiter/node.def @@ -0,0 +1,8 @@ +tag: +type: txt +help: Set traffic input 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(@) +end: /opt/vyatta/sbin/vyatta-qos.pl --apply-policy $VAR(@) |