Re: [Ryu-devel] Command line arguments to Ryu application scripts..

2013-04-29 Thread Isaku Yamahata
On Mon, Apr 29, 2013 at 07:09:38PM +0530, nitish nagesh wrote: > Hello, > > Need some help here. I am new to using Ryu as well as python. > > I have written a simple controller application where in i would want to be > able to read command line arguments into my application. If my app wou

[Ryu-devel] Ryu 1.9 released

2013-04-29 Thread FUJITA Tomonori
Hi, Bug fixes, doc update, NX support improvement, etc are included. Thanks! = Can Zhang (4): nx: make pack string of IPv6 address consistent with OF1.2/1.3 lib: ip address presentation convert helper methods nx_match: support IPv4 mask of1.0: OFPMatch support keyword-sty

[Ryu-devel] Command line arguments to Ryu application scripts..

2013-04-29 Thread nitish nagesh
Hello, Need some help here. I am new to using Ryu as well as python. I have written a simple controller application where in i would want to be able to read command line arguments into my application. If my app would look something like this: *class MyApp(app_manager.RyuApp): def __