commit | 27883b0f9b0da6bb33ccc185107a2870df25d030 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Wed Oct 20 14:57:39 2010 +0200 |
committer | Thomas Graf <tgraf@suug.ch> | Wed Oct 20 14:57:39 2010 +0200 |
tree | fbda57a6026fbc6653648ecb9d588d2d9e938b5e | |
parent | 18848090f99cae37ac1a3052369ab4d26ed9ada0 [diff] |
nl-class-add tool Adds a cli based tool to add/update traffic classes. This tool requires each class to be supported via the respetive qdisc module in pkglibdir/cli/qdisc/$name.so. Syntax: nl-class-add --dev eth2 --parent 1: --id 1:1 htb --rate 100mbit nl-class-add --update --dev eth2 --id 1:1 htb --rate 200mbit