diff options
-rw-r--r-- | ryu/app/rest_qos.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ryu/app/rest_qos.py b/ryu/app/rest_qos.py index 55847a1d..b9f2791a 100644 --- a/ryu/app/rest_qos.py +++ b/ryu/app/rest_qos.py @@ -43,9 +43,9 @@ from ryu.ofproto import ether from ryu.ofproto import inet -#============================= +# ============================= # REST API -#============================= +# ============================= # # Note: specify switch and vlan group, as follows. # {switch-id} : 'all' or switchID |