[Ryu-devel] get the datapath object form the dpid
Brought to you by:
nz_gizmoguy
|
From: Juan P. M. G. <jua...@up...> - 2015-06-23 19:46:33
|
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 |