Re: [Ryu-devel] [PATCH 4/5] ryu-client: support Topology REST API

2013-03-31 Thread FUJITA Tomonori
On Thu, 28 Mar 2013 18:50:28 +0900 YAMADA Hideki wrote: > > Signed-off-by: YAMADA Hideki > --- > bin/ryu-client|5 + > ryu/app/client.py | 34 ++ > 2 files changed, 39 insertions(+), 0 deletions(-) Applied, but I think that we need to move bin/ryu

[Ryu-devel] [PATCH 4/5] ryu-client: support Topology REST API

2013-03-28 Thread YAMADA Hideki
Signed-off-by: YAMADA Hideki --- bin/ryu-client|5 + ryu/app/client.py | 34 ++ 2 files changed, 39 insertions(+), 0 deletions(-) diff --git a/bin/ryu-client b/bin/ryu-client index 292ee26..ea3a3ea 100755 --- a/bin/ryu-client +++ b/bin/ryu-client @@