diff options
-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} |