> Hi,
> 
> I'm trying to work with Ryu using OpenFlow 1.3 and using CPqd
> ofsoftswitch13.
> I wrote Ryu controller that refererence to the wiki(
> https://github.com/osrg/ryu/wiki/OpenFlowV1.3-in-Ryu) .
> When a controller implemeted decorator to handle Multipart Message(e.g.
> OFPDescStatsRequest)
> but never called multipart_reply_handler.
> 
> I tried to change the decorator for handle that message.
> as follows:
> 
>   @set_ev_cls(ofp_event.EventOFPPortDescStatsReply, MAIN_DISPATCHER)
>   def multipart_reply_handler(self, ev):
>       self.logger.debug('received')
> 
> It works.
> Examples of multipart message handler that are listed in the Wiki is wrong?

yes, it's outdated.

YAMAMOTO Takashi

> 
> Thanks,
> cloudysunny14

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to