>> + @handler.set_ev_cls(ofp_event.EventOFPPortStatus, >> handler.MAIN_DISPATCHER) >> + def port_status_handler(self, ev): >> + msg = ev.msg >> + reason = msg.reason >> + dpid = msg.datapath.id > > Do you see msg.datapath.id is None case? > I don't see. Is it possible case? dpset.py assume that msg.datapath.id is not None, too.
------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
