>> def parser(cls, datapath, version, msg_type, msg_len, xid, buf): >> @@ -195,7 +200,7 @@ class OFPSwitchFeatures(MsgBase): >> msg.n_buffers, >> msg.n_tables, >> msg.capabilities, >> - msg.reserved) = struct.unpack_from( >> + msg._reserved) = struct.unpack_from( > > OFP_SWITCH_FEATURES_PACK_STR should be fixed to drop reserved? > i.e. '4x' instead of 'I'
unless someone wants to inspect the reserved field. isn't it an intention of the original code? YAMAMOTO Takashi ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
