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
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
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
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
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.
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
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