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
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
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