Re: [Ryu-devel] Application specific settings

2016-09-21 Thread Nick Sedelnikov
I've added custom settings as described in http://www.grotto-networking.com/SDNfun.html#doing-more-with-ryu-an-outline-application : from ryu.cmd import manager from ryu import cfg class MyApp(app_manager.RyuApp): # ... if __name__ == "__main__": cfg.CONF.register_cli_opts([ cfg

Re: [Ryu-devel] Not able to install the RYU controller

2016-09-21 Thread Ajay Chopra
Hello Iwase , I am having few question regarding the RYU controller . What is the function of Ryu-manager ? I wanted to know we need to install the Ryu-manager separately ? Can you tell us where is Ryu-manager is installed ? How to start the Ryu controller ? Do you have any good tutorials on Ryu

[Ryu-devel] WOVEN FABRICS ON COMPETITIVE PRICES

2016-09-21 Thread FINETEX GROUP
Dear Sirs, We are doing textile exports in all type of woven fabrics and garments in 100%Cotton & Polyester Cotton. We are dealing in large vartity of fabrics for work wear, home wear, garments, institutional use, in Grey, white, dyed & Printed. We are please to offer below qualities; TWILL/D

Re: [Ryu-devel] [PATCH] app: Integrate aplication of Ryu-book

2016-09-21 Thread FUJITA Tomonori
On Tue, 20 Sep 2016 13:49:18 +0900 Shinpei Muraoka wrote: > Henceforth, Ryu-Book includes the source files for application of Ryu. > This patch Integrates the source files for application of Ryu-Book. > Just for information, the source files for application of Ryu-Book > will Integrate as for Ope

Re: [Ryu-devel] [PATCH] tests/switch: fix bug in _diff_packets function

2016-09-21 Thread FUJITA Tomonori
Sorry about the delay, On Fri, 9 Sep 2016 19:11:46 + Monthadar Al-Jaberi wrote: > This fixes the problem of the payload being always shown when another field > differs between ingress and egress test. > > Signed-off-by: Monthadar Al Jaberi > --- > ryu/tests/switch/tester.py | 2 +- > 1 fi

Re: [Ryu-devel] Not able to install the RYU controller

2016-09-21 Thread Ajay Chopra
Hello Iwase , I have one more query regarding the setuptools module ? From where the setuptools module is picked is this the $PYTHONPATH from where the Setuptool module is picked up ? I tried to see $PYTHONPATH there was not any setuptools.py . Please suggest . -Ajay -Original Message

Re: [Ryu-devel] Not able to install the RYU controller

2016-09-21 Thread Iwase Yusuke
Hi, "ryu-manager" is one of the most important script of Ryu. Mostly, Ryu applications should be loaded via "ryu-manager". e.g.) ryu-manager --verbose ryu.app.simple_switch_13 http://osrg.github.io/ryu-book/en/html/switching_hub.html#executing-the-switching-hub And, AFAIK, "ryu-manager" should b

Re: [Ryu-devel] Not able to install the RYU controller

2016-09-21 Thread Ajay Chopra
Hello Iwase , I was able to find the ryu and ryu-manager scripts in the ryu installation . -Ajay -Original Message- From: Iwase Yusuke [mailto:iwase.yusu...@gmail.com] Sent: 21 September 2016 18:42 To: Ajay Chopra Cc: ryu-devel@lists.sourceforge.net; ntqua...@gmail.com; Jayavel Arumuga

Re: [Ryu-devel] Not able to install the RYU controller

2016-09-21 Thread Ajay Chopra
Thank you Iwase . -Original Message- From: Ajay Chopra Sent: 21 September 2016 18:57 To: ryu-devel@lists.sourceforge.net; 'Iwase Yusuke' Cc: ntqua...@gmail.com; Jayavel Arumugam (IT Services), Noida Subject: RE: [Ryu-devel] Not able to install the RYU controller Hello Iwase , I was ab