On Thu, Apr 18, 2013 at 12:45:47PM +0900, Yoshihiro Kaneko wrote: > @@ -2842,3 +2852,4 @@ class OFPSetAsync(MsgBase): > msg.flow_removed_mask) = struct.unpack_from( > ofproto_v1_3.OFP_ASYNC_CONFIG_PACK_STR, msg.buf, > ofproto_v1_3.OFP_HEADER_SIZE) > + return msg > > > Why OFPSetAsync does not have a serializer though it is a request message?
You're right. It should have serializer instead of parser. -- yamahata ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
