diff options
author | Kiyonari Harigae <lakshmi@cloudysunny14.org> | 2014-05-07 12:04:48 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-05-09 23:57:16 +0900 |
commit | 73674f4631b65ec43197040ce7184d1364863907 (patch) | |
tree | 5ffb4a75a4f915399fec6999697ea69044999993 /tools/pip-requires | |
parent | 4c72789a1c98e8abd4bdf9f30d0e7111e022e00b (diff) |
Added ovs-vsctl commands of QoS-related
Here is added the command of QoS-related, such as the following:
ovs-vsctl -- set port eth1 qos=@newqos \
-- --id=@newqos create qos type=linux-htb other-config:max-rate=30000000 queues=0=@q0,1=@q1 \
-- --id=@q0 create queue other-config:min-rate=1000000 other-config:max-rate=1000000 \
-- --id=@q1 create queue other-config:min-rate=2000000 other-config:max-rate=2000000
Also, operation that delete QoS is supported.
Note that It supports only deletion of relationships with QoS record.
Signed-off-by: Kiyonari Harigae <lakshmi@cloudysunny14.org>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools/pip-requires')
0 files changed, 0 insertions, 0 deletions