diff options
author | Minoru TAKAHASHI <takahashi.minoru7@gmail.com> | 2014-12-08 14:49:08 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-12-08 15:15:08 +0900 |
commit | d160f78d83a06509bb8e803d3edb18cf62d8606d (patch) | |
tree | 538e400213777012c9dce88615083a43fe8fca74 | |
parent | 3c03ba0034d61e12eddbe979371bdecf9c4bbd21 (diff) |
rest_qos: fix a comment
Signed-off-by: Minoru TAKAHASHI <takahashi.minoru7@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | ryu/app/rest_qos.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/app/rest_qos.py b/ryu/app/rest_qos.py index 537639f1..c7a3b13e 100644 --- a/ryu/app/rest_qos.py +++ b/ryu/app/rest_qos.py @@ -100,7 +100,7 @@ from ryu.ofproto import inet # and process will apply and go to next table. # # * for no vlan -# POST /qos/{switch-id}/{vlan-id} +# POST /qos/{switch-id} # # * for specific vlan group # POST /qos/{switch-id}/{vlan-id} |