Re: [Ryu-devel] [PATCH 2/3] support commandline application initialization

2012-06-09 Thread Isaku Yamahata
On Sat, Jun 09, 2012 at 07:47:17PM +0900, FUJITA Tomonori wrote: > On Sat, 9 Jun 2012 19:27:58 +0900 > Isaku Yamahata wrote: > > > On Sat, Jun 09, 2012 at 07:06:22PM +0900, FUJITA Tomonori wrote: > > > You can run your Ryu applicaiton in the following way: > > > > > > $ ryu-manager yourapp.py >

Re: [Ryu-devel] [PATCH 2/3] support commandline application initialization

2012-06-09 Thread FUJITA Tomonori
On Sat, 9 Jun 2012 19:27:58 +0900 Isaku Yamahata wrote: > On Sat, Jun 09, 2012 at 07:06:22PM +0900, FUJITA Tomonori wrote: > > You can run your Ryu applicaiton in the following way: > > > > $ ryu-manager yourapp.py > > > > Signed-off-by: FUJITA Tomonori > > --- > > bin/ryu-manager |9

Re: [Ryu-devel] [PATCH 2/3] support commandline application initialization

2012-06-09 Thread Isaku Yamahata
On Sat, Jun 09, 2012 at 07:06:22PM +0900, FUJITA Tomonori wrote: > You can run your Ryu applicaiton in the following way: > > $ ryu-manager yourapp.py > > Signed-off-by: FUJITA Tomonori > --- > bin/ryu-manager |9 + > ryu/utils.py| 10 +- > 2 files changed, 14 insertio

[Ryu-devel] [PATCH 2/3] support commandline application initialization

2012-06-09 Thread FUJITA Tomonori
You can run your Ryu applicaiton in the following way: $ ryu-manager yourapp.py Signed-off-by: FUJITA Tomonori --- bin/ryu-manager |9 + ryu/utils.py| 10 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/bin/ryu-manager b/bin/ryu-manager index 43e0cba