[Ryu-devel] RYU controller enhancements required

2013-12-13 Thread Wei Liao
Hello, I have following questions regarding RYU OF controller package: 1. Is there any plan to submit METER related REST API in ofctl_rest.py 2. Is there any plan to submit metadata supporting in ofctl_v1_3.py for FLOW_MOD instruction and match 3. REST API to handle upstream Async. events

[Ryu-devel] [PATCH] add license to ospf files

2013-12-13 Thread FUJITA Tomonori
I applied the following: >From 3d26e755ad0af37678b65fc7c31169c4c07029c5 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Fri, 13 Dec 2013 18:12:18 +0900 Subject: [PATCH] add license to ospf files Signed-off-by: FUJITA Tomonori --- ryu/lib/packet/ospf.py | 15 +++ ry

Re: [Ryu-devel] [PATCH v2 1/5] test tool: add OpenFlowSwitch test tool

2013-12-13 Thread FUJITA Tomonori
On Fri, 13 Dec 2013 17:25:24 +0900 Yuichi Ito wrote: > What this patch implements: > > This patch implements a tool which performs OpenFlow conformance testing. > The tool can: > - install various flow entries of OpenFlow 1.3 as follows: > * all 'action' except SET_QUEUE an

Re: [Ryu-devel] [PATCH v2 1/5] test tool: add OpenFlowSwitch test tool

2013-12-13 Thread Yuichi Ito
my bad, I corrected it. On Fri, 13 Dec 2013 17:11:21 +0900 (JST) FUJITA Tomonori wrote: > On Wed, 11 Dec 2013 17:15:07 +0900 > Yuichi Ito wrote: > >> What this patch implements: >> >> This patch implements a tool which performs OpenFlow conformance >> testing. >> The tool can: >>

[Ryu-devel] [PATCH v2 1/5] test tool: add OpenFlowSwitch test tool

2013-12-13 Thread Yuichi Ito
What this patch implements: This patch implements a tool which performs OpenFlow conformance testing. The tool can: - install various flow entries of OpenFlow 1.3 as follows: * all 'action' except SET_QUEUE and GROUP * all 'match' except IN_PHY_PORT - confirm wh

Re: [Ryu-devel] [PATCH v2 1/5] test tool: add OpenFlowSwitch test tool

2013-12-13 Thread FUJITA Tomonori
On Wed, 11 Dec 2013 17:15:07 +0900 Yuichi Ito wrote: > What this patch implements: > > This patch implements a tool which performs OpenFlow conformance testing. > The tool can: > - install various flow entries of OpenFlow 1.3 as follows: > * all 'action' except SET_QUEUE an