[Ryu-devel] [PATCH V2 1/2] xflow: add netflow support

2013-01-30 Thread OHMURA Kei
This patch only implements netflowV5 parser. Signed-off-by: OHMURA Kei --- ryu/lib/xflow/netflow.py | 125 ++ 1 file changed, 125 insertions(+) create mode 100644 ryu/lib/xflow/__init__.py create mode 100644 ryu/lib/xflow/netflow.py diff --git a/ry

[Ryu-devel] [PATCH V2 2/2] ryu/app: add netflow_dump apllication

2013-01-30 Thread OHMURA Kei
This app shows how to handle netflow packets. Signed-off-by: OHMURA Kei --- ryu/app/netflow_dumper.py | 72 + 1 file changed, 72 insertions(+) create mode 100644 ryu/app/netflow_dumper.py diff --git a/ryu/app/netflow_dumper.py b/ryu/app/netflow_dum

[Ryu-devel] [PATCH V2 0/2] add netflow packet support

2013-01-30 Thread OHMURA Kei
Hi, This patch implements netflow packet parser. I confirmed that it can parse a netflow packet from Open vSwitch. OHMURA Kei (2): xflow:

Re: [Ryu-devel] Testing out some Ryu changes with OpenStack

2013-01-30 Thread Kyle Mestery (kmestery)
On Jan 30, 2013, at 4:00 PM, FUJITA Tomonori wrote: > Hi, > > On Wed, 30 Jan 2013 19:31:14 + > "Kyle Mestery (kmestery)" wrote: > >> Looking at my Ryu code, I don't see thE TunnelClient in >> ryu/apps/client.py. I do see a branch from Yamahata which has >> this. Am I not using the correct

Re: [Ryu-devel] Testing out some Ryu changes with OpenStack

2013-01-30 Thread FUJITA Tomonori
Hi, On Wed, 30 Jan 2013 19:31:14 + "Kyle Mestery (kmestery)" wrote: > Looking at my Ryu code, I don't see thE TunnelClient in > ryu/apps/client.py. I do see a branch from Yamahata which has > this. Am I not using the correct version of Ryu here? Is there a > plan to merge Yamahata's changes

[Ryu-devel] Testing out some Ryu changes with OpenStack

2013-01-30 Thread Kyle Mestery (kmestery)
Greetings Ryu developers: I'm trying to test out some changes pushed out for the Ryu plugin found here: https://review.openstack.org/#/c/20786/1 When I run these with the latest devstack, I see the following error when trying to start Ryu: 2013-01-30 13:29:39.035 24299 INFO quantum.common.conf

Re: [Ryu-devel] Bug in RYU: DPSet

2013-01-30 Thread FUJITA Tomonori
On Tue, 29 Jan 2013 17:20:16 -0800 Marcelo Nascimento wrote: > From 9341adf171fb68b7b344fa42de5cc1eaa4f2d682 Mon Sep 17 00:00:00 2001 > From: marcelo > Date: Tue, 29 Jan 2013 16:30:41 -0800 > Subject: [PATCH] BugFix: the datapath object should be added to the list in > DPSet before datapath_joi

Re: [Ryu-devel] [PATCH] a whitespace fix

2013-01-30 Thread FUJITA Tomonori
On Wed, 30 Jan 2013 14:24:29 +0900 YAMAMOTO Takashi wrote: > From: YAMAMOTO Takashi > > run_tests.sh complained. > > ryu/lib/packet/icmp.py:102:15: E271 multiple spaces after keyword > return msg > ^ > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/li

Re: [Ryu-devel] [PATCH] remove some unnecessary bash dependencies

2013-01-30 Thread FUJITA Tomonori
On Wed, 30 Jan 2013 14:24:23 +0900 YAMAMOTO Takashi wrote: > From: YAMAMOTO Takashi > > /bin/bash is not so ubiquitous. > > Signed-off-by: YAMAMOTO Takashi > --- > run_tests.sh | 22 +++--- > tools/with_venv.sh | 4 ++-- > 2 files changed, 13 insertions(+), 13 deletion