AlfredChaos
Results
1
issues of
AlfredChaos
When I learned Ryu Rest, I found that the datapath ID is set to int at registration time ``` @set_ev_cls(ofp_event.EventOFPSwitchFeatures, CONFIG_DISPATCHER) def switch_features_handler(self, ev): super(SimpleSwitchRest13, self).switch_features_handler(ev) datapath = ev.msg.datapath self.switches[datapath.id]...