Hi all, I have tried to get the datapath object from the dpid (integer) using the following code:
import ryu.app.ofctl.api as api datapath = api.get_datapath(self, dpid) However, the following error appears: AttributeError: 'Monitoring' object has no attribute 'name' How can I fix this point? Thanks, - Juan Pedro ------------------------------------------------------------------------------ Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical & virtual servers, alerts via email & sms for fault. Monitor 25 devices for free with no restriction. Download now http://ad.doubleclick.net/ddm/clk/292181274;119417398;o _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
