Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/app/rest_firewall.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ryu/app/rest_firewall.py b/ryu/app/rest_firewall.py
index bcc2789..a2938a6 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
 #
 #
-- 
1.8.0.1


------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to