Re: [Ryu-devel] [PATCH 0/2] bpdu: handling based on version and type

2014-01-09 Thread FUJITA Tomonori
On Mon, 06 Jan 2014 17:54:06 +0900 "watanabe.fumitaka" wrote: > In bpdu.py only one version was permitted with one type, before. > This patch improves parser so that it may be based on multiple versions and > types. > > > > WATANABE Fumitaka (2): > bpdu: handling based on version and type >

Re: [Ryu-devel] [PATCH 0/2] ofctl_rest: support group-related messages and so on

2014-01-09 Thread FUJITA Tomonori
On Wed, 08 Jan 2014 14:29:02 +0900 Yuichi Ito wrote: > this set implements the upgrade of ofctl_rest and ofctl_v1_x. > > > Yuichi Ito (2): > ofctl_rest: support group-related messages > ofctl_rest: improve readability of the result of MeterFeatures > > ryu/app/ofctl_rest.py | 134 +++

Re: [Ryu-devel] [PATCH] tests: add some tests for ryu.lib.of_config.classes

2014-01-09 Thread FUJITA Tomonori
On Thu, 9 Jan 2014 14:21:34 +0900 YAMAMOTO Takashi wrote: > Signed-off-by: YAMAMOTO Takashi > --- > ryu/tests/unit/lib/test_of_config_classes.py | 442 > +++ > tools/test-requires | 1 + > 2 files changed, 443 insertions(+) > create mode 100

Re: [Ryu-devel] [PATCH] A happy new year 2014

2014-01-09 Thread FUJITA Tomonori
On Thu, 9 Jan 2014 14:26:49 +0900 YAMAMOTO Takashi wrote: > Signed-off-by: YAMAMOTO Takashi > --- > doc/source/conf.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied. -- CenturyLink Cloud: The Leader

Re: [Ryu-devel] [PATCH] lib.of_config: import ryu.contrib

2014-01-09 Thread FUJITA Tomonori
On Thu, 9 Jan 2014 10:13:04 +0900 YAMAMOTO Takashi wrote: > import ryu.contrib by ourself for the benefit of programs > which doesn't use other ryu.contrib stuffs like oslo.config. > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/lib/of_config/__init__.py | 2 ++ > 1 file changed, 2 insertions

Re: [Ryu-devel] Newbie: Writing sample OFv1.0 Application in Ryu

2014-01-09 Thread FUJITA Tomonori
Hi, On Thu, 9 Jan 2014 15:43:57 +0530 vinay pai wrote: > I have traditionally been using POX but now am in need of OFv1.3 > controller. However in search of a starting point im trying to write OFv1.0 > applications. Im facing some issues regarding the same. > > Snippets of the code are as below

Re: [Ryu-devel] Question about Ryu OpenFlow v1.0 API

2014-01-09 Thread FUJITA Tomonori
On Wed, 8 Jan 2014 13:20:50 +0200 "Oren Spector" wrote: > In the current Ryu API documentation > (http://ryu.readthedocs.org/en/latest/ofproto_ref.html) I don't seem to find > references to OpenFlow v1.0 APIs, as are available in the link > https://github.com/osrg/ryu/wiki/OpenFlowV1.0-in-Ryu. Is

[Ryu-devel] Newbie: Writing sample OFv1.0 Application in Ryu

2014-01-09 Thread vinay pai
Hi All, I have traditionally been using POX but now am in need of OFv1.3 controller. However in search of a starting point im trying to write OFv1.0 applications. Im facing some issues regarding the same. Snippets of the code are as below: from ryu.base import app_manager from ryu.controller imp