Signed-off-by: IWASE Yusuke <iwase.yusu...@gmail.com>
---
 ryu/app/ofctl/api.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ryu/app/ofctl/api.py b/ryu/app/ofctl/api.py
index fe76b80..1149e06 100644
--- a/ryu/app/ofctl/api.py
+++ b/ryu/app/ofctl/api.py
@@ -78,11 +78,11 @@ def send_msg(app, msg, reply_cls=None, reply_multi=False):
 
             def _my_handler(self, ev):
                 # ...(snip)...
-        msg = parser.OFPPortDescStatsRequest(datapath=datapath)
+                msg = parser.OFPPortDescStatsRequest(datapath=datapath)
                 result = ofctl_api.send_msg(
                     self, msg,
-                                    reply_cls=parser.OFPPortDescStatsReply,
-                                    reply_multi=True)
+                    reply_cls=parser.OFPPortDescStatsReply,
+                    reply_multi=True)
     """
     return app.send_request(event.SendMsgRequest(msg=msg,
                                                  reply_cls=reply_cls,
-- 
2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to