[Ryu-devel] load balancing using RYU

2016-10-21 Thread Mohamed Ibrahem
hello guys, i have a 4 port switch and the model as follows: port 1>> client port 2 ,3 and 4 are servers"python -m SimpleHTTPServer 80&" i wanna do load balancing with the servers as the virtual IP = 10.0.0.5 and virtual MAC = 00:00:00:00:00:05 and the client requests 10.0.0.5 with mac 00:00:00:00

Re: [Ryu-devel] How to verify Route information through REST_API ?

2016-10-21 Thread ホンパンニャー
Hi, Sorry for the inconvenience ! Yeah what you have described is my problem. On my environment, I use Lagopus as OpenFlow Switch and my RYU version is 3.25. Following Ryu Book, everything works well except when I try to get the setting. I don't know why it is not shown, only the address setting

Re: [Ryu-devel] New Application

2016-10-21 Thread Iwase Yusuke
Hi, The following documents are very helpful for Ryu programming. - Ryu Documentation http://ryu.readthedocs.io/en/latest/developing.html -Ryu-Book http://osrg.github.io/ryu-book/en/html/index.html Thanks, Iwase On 2016年10月21日 17:12, Naveena Alishetty wrote: > Hello sir, I am Naveena I

[Ryu-devel] New Application

2016-10-21 Thread Naveena Alishetty
Hello sir, I am Naveena I have installed *RYU Controller* in virtual now here i want to write some applications how can i start writing applications , as I am very new to this topic and It has some examples like Simple_ switch_13.py program I want to modify this program* include logic blocking IP

[Ryu-devel] [PATCH] ut/ovs: Add UT using Docker for ryu.lib.ovs

2016-10-21 Thread IWASE Yusuke
This patch adds UT cases using Docker for ryu.lib.ovs. If Docker is not available, these tests will be skipped. Signed-off-by: IWASE Yusuke --- .travis.yml| 7 +- ryu/tests/docker/mininet/Dockerfile| 21 + ryu/tests/docker/mininet/ENTRYPOINT.sh | 7 + ryu/tes

Re: [Ryu-devel] How to verify Route information through REST_API ?

2016-10-21 Thread Iwase Yusuke
Hi, Please keep Ryu-devel mailing list. Please make your problem more clear... 1. You did the commands following Ryu-Book. http://osrg.github.io/ryu-book/en/html/rest_router.html#example-of-the-operation-of-a-single-tenant 2. When you confirmed the settings of your switches, "route" co