diff options
-rw-r--r-- | ryu/app/rest_firewall.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ryu/app/rest_firewall.py b/ryu/app/rest_firewall.py index bcc27894..a2938a67 100644 --- a/ryu/app/rest_firewall.py +++ b/ryu/app/rest_firewall.py @@ -49,11 +49,11 @@ LOG = logging.getLogger('ryu.app.firewall') # GET /firewall/module/status # # set enable the firewall switches -# POST /firewall/module/enable/{switch-id} +# PUT /firewall/module/enable/{switch-id} # {switch-id} is 'all' or switchID # # set disable the firewall switches -# POST /firewall/module/disable/{switch-id} +# PUT /firewall/module/disable/{switch-id} # {switch-id} is 'all' or switchID # # |