Re: [Ryu-devel] RYU Controller

2020-01-08 Thread Yusuke Iwase
Hi, Please try “ryu-manger --help” command. Some available options will be shown. Regards, 2020年1月9日(木) 8:14 Hikmat Aldelou (Student) : > > > Dear Iwase, > > > > Many thanks for the reply. > > > > That’s good to know, how can I configure the Ryu controller to use certain > interface(certain ip

Re: [Ryu-devel] RYU Controller

2020-01-08 Thread Hikmat Aldelou (Student)
Dear Iwase, Many thanks for the reply. That’s good to know, how can I configure the Ryu controller to use certain interface(certain ip address) as it’s not shown and all the supported material referring to the loopback interface rather. Is there any document to show the configuration may I as

Re: [Ryu-devel] RYU Controller

2020-01-08 Thread Yusuke Iwase
Hi, As far as you will control your switches using the OpenFlow protocol, it is feasible, I guess. But I recommend you take care of the supported version of your switch and also the supported features. Regards, Iwase 2019年12月25日(水) 12:32 Hikmat Aldelou (Student) : > Dear, > > > > My Name is Hik

Re: [Ryu-devel] how to resolve this dist-package error

2020-01-08 Thread Yusuke Iwase
Hi, When you specifying your apps with a Python library path like style (dot separated), you don’t need the file extension “.py”. When using the file path like style (e.g., /path/to/your/app.py), the given path must be a valid on your computer, so “.py” is required. Regards, Iwase 2019年12月28日(土)

[Ryu-devel] Ryu Controller

2020-01-08 Thread azad jalalian
Hi, I'm azad jalalian. I am using Ryu controller in my thesis and i have a question about that. I had implemented a topology that there are some ovsk switch in that. I had added some queues on the two port of the edge switch. Now when i want to set Qos on the edge switch, on the two different por