Hi, I cannot find how can I get the list of datapaths connected to the
controller and their ports.
http://ryu-zhdoc.readthedocs.org/en/latest/api_ref.html
Shows on the bottom the class DPSet however I have no success using it. For
example if I write:
self.logger.info("ALL: %s " % (DPSet().get_all())
I get an empty list. If on the other hand I use:
self.logger.info("ALL: %s " % (DPSet.get_all())
I get TypeError: unbound method get_all() must be called with DPSet
instance as first argument.
Kindly appreciate your help
Sergio
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel