Re: [Ryu-devel] Receive VxLAN header in RYU Controller

2016-11-29 Thread Iwase Yusuke
Hi, On 2016年11月28日 17:05, Sudhendu Kumar wrote: > Hi all, > > When I receive a VxLAN packet from OVS to the controller, I receive > de-capsulated packet in RYU controller. Is this a desired behavior? Or is > there a way I can get the VxLAN header till the controller? As you pointed, VXLAN packet

Re: [Ryu-devel] Some question about how manage packet_in

2016-11-29 Thread Iwase Yusuke
Hi. Sorry for the delay. On 2016年11月28日 16:45, Spinazze' Luca wrote: > Thank you for your answer! > > I see these pages, but when i print the ipv4_src (if the packet have it) this > is ip of switch and not of host. This is correct, because the packet is > encapsulated with eth(ipv4/6(tcp/udp( p

[Ryu-devel] forward packets without flow table modification

2016-11-29 Thread Mohamed Ibrahem
hello guys, how can i modify this code to forward packets directly without use OFPFlowMod and instructions and just use actions only. https://github.com/whatever4711/ryu-starter-kit/blob/master/stateless_lb.py i have modified the code but it make no sense, please help me to solve this problem? my

[Ryu-devel] [PATCH v4 2/2] install_docker_test_pkg: Remove unnecessary pip pacakges

2016-11-29 Thread IWASE Yusuke
Signed-off-by: IWASE Yusuke --- .../common/install_docker_test_pkg_common.sh | 18 ++ .../common/install_docker_test_pkg_for_travis.sh | 1 - 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/ryu/tests/integrated/common/install_docker_test_pkg_common

[Ryu-devel] [PATCH v4 1/2] tox: Move dependencies installation to .travis.yml

2016-11-29 Thread IWASE Yusuke
This patch moves dependencies installation in tox.ini to .travis.yml in order to avoid to install dependencies repeatedly when running tox tests on locally. Signed-off-by: IWASE Yusuke --- .travis.yml | 1 + tox.ini | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.

[Ryu-devel] [PATCH v4 0/2] tox: Move dependencies installation to .travis.yml

2016-11-29 Thread IWASE Yusuke
I'm sorry for disturbing many times. This patch updates the v3 patches for Kakuma-San comments. v3: This updates the previous patches in order to adapt to the update of upstream/master and Kakuma-San's patches. Note: The following patches should be applied after: [PATCH 0/2] pip: Tests for req

Re: [Ryu-devel] [PATCH v3 2/2] install_docker_test_pkg: Move pip pacakges to test-requires

2016-11-29 Thread Iwase Yusuke
Hi Kakuma-San, On 2016年11月29日 16:29, fumihiko kakuma wrote: > Hi Iwase-san, > > On Tue, 29 Nov 2016 15:00:12 +0900 > Iwase Yusuke wrote: > >> Hi Kakuma-San, >> >> Sorry for the delay. >> >> >> On 2016年11月29日 09:24, fumihiko kakuma wrote: >>> Hi Iwase-san, >>> >>> On Mon, 28 Nov 2016 14:05:48 +09