Re: [Ryu-devel] [PATCH] ofctl: Enable to get all datapath objects

2018-01-19 Thread FUJITA Tomonori
On Mon, 15 Jan 2018 12:56:08 +0900 IWASE Yusuke wrote: > The following patch extends"ryu.ofctl.app.get_datapath()" function to get all > connecting datapath objects with "dpid=None" argument. > > Also the usage of "ryu.ofctl.app" is frequently asked on the Ryu-devel mailing > list, this patch ex

[Ryu-devel] [PATCH] ofctl: Enable to get all datapath objects

2018-01-14 Thread IWASE Yusuke
The following patch extends"ryu.ofctl.app.get_datapath()" function to get all connecting datapath objects with "dpid=None" argument. Also the usage of "ryu.ofctl.app" is frequently asked on the Ryu-devel mailing list, this patch expand the description of this module. Note: To pass the Travis-CI t

[Ryu-devel] [PATCH] ofctl: Enable to get all datapath objects

2018-01-14 Thread IWASE Yusuke
Also, updates the API document of ryu.app.ofctl.api. Signed-off-by: IWASE Yusuke --- ryu/app/ofctl/api.py | 38 ++ ryu/app/ofctl/event.py | 4 ++-- ryu/app/ofctl/service.py | 16 +++- 3 files changed, 39 insertions(+), 19 deletions(-) diff