Sorry.There is a mistake in this patch. I make the patch again. Please wait a little.
On 2015年04月30日 17:20, Minoru TAKAHASHI wrote: > Signed-off-by: Minoru TAKAHASHI <[email protected]> > --- > ryu/ofproto/ofproto_v1_5_parser.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ryu/ofproto/ofproto_v1_5_parser.py > b/ryu/ofproto/ofproto_v1_5_parser.py > index d3a8970..4be4c68 100644 > --- a/ryu/ofproto/ofproto_v1_5_parser.py > +++ b/ryu/ofproto/ofproto_v1_5_parser.py > @@ -4313,7 +4313,7 @@ class OFPPortStatsRequest(OFPMultipartRequest): > self.port_no = port_no > > def _serialize_stats_body(self): > - msg_pack_into(ofproto.OFP_PORT_STATS_REQUEST_PACK_STR, > + msg_pack_into(ofproto.OFP_MULTIPART_REQUEST_PACK_STR, > self.buf, > ofproto.OFP_MULTIPART_REQUEST_SIZE, > self.port_no) > ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
