On Wed, 13 Feb 2013 15:08:17 +0100 Jeremias Blendin <[email protected]> wrote:
> many changes to ryu where applied the last days. One of them Sorry, I know I have to write some docs about them... try to do so soon. > removed the dispatcher in favor of a new system. Most of my code > still works, however I cannot register handlers for dispatcher changes > any more. I used the example code from event_dumper.py: > > @set_ev_cls(dispatcher.EventDispatcherChange, > dispatcher.QUEUE_EV_DISPATCHER) > > Setting up a handler for EventOFPStateChange did not work as expected, > the only information the event contains is the datapath, but no information > on the old and/or new queue/status. > > Is there a way to do the same with the new event system? Not since there is no such new queue or its status now. What events your code needs to catch? ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
