Re: [Ryu-devel] Fwd: Re: : Re: Addition of layer 2 QoS Module - RYU controller

2013-09-23 Thread SDN
Hi Fujita, Please find the attached documents in the patch format which are to be placed under doc/source directory. Thanks & Regards, B.SUJAI Veryx Technologies Pvt Ltd. Chennai - INDIA - Original Message - From: FUJITA Tomonori To: [email protected] Cc: [email protected]

[Ryu-devel] [PATCH v5] add STP application

2013-09-23 Thread watanabe.fumitaka
Changes v4 -> v5 - stplib: Change of the notice method of topology change. An improvement of operation when a thread is started continuously. This application provides the simple example of spanning tree. "stplib" module controls exchange of BPDU packets and each bridge's port status

Re: [Ryu-devel] Proposal: Advanced WSGI API

2013-09-23 Thread Satoshi Kobayashi
Thank you for reviewed members. I sent the patch. Thanks! Satoshi 2013/9/9 Satoshi Kobayashi > Hi, > > (I retransmit it because the transmission did not reach well) > > Currently, HTTP routing and implementation are separated. Example: > > -- > class SampleApiApp(app

[Ryu-devel] [PATCH] Advanced WSGI API

2013-09-23 Thread Satoshi Kobayashi
HTTP routing and implements will be in the same place. This idea was inspired from Flask and Bottle of Python and JAX-RS of Java. This modification keeps backward compatibility. Signed-off-by: Satoshi Kobayashi --- ryu/app/wsgi.py | 33 ++ ryu/tests/unit/app/test_

[Ryu-devel] [PATCH 1/3] packet lib: implement basic part of BGP-4

2013-09-23 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/lib/packet/bgp.py | 519 ++ 1 file changed, 519 insertions(+) create mode 100644 ryu/lib/packet/bgp.py diff --git a/ryu/lib/packet/bgp.py b/ryu/lib/packet/bgp.py new file mode 100644 index 000..a6d5f4d -

[Ryu-devel] [PATCH 2/3] unit test for lib.packet.bgp

2013-09-23 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/tests/unit/packet/test_bgp.py | 96 +++ 1 file changed, 96 insertions(+) create mode 100644 ryu/tests/unit/packet/test_bgp.py diff --git a/ryu/tests/unit/packet/test_bgp.py b/ryu/tests/unit/packet/test_bgp.py new file

[Ryu-devel] [PATCH 3/3] doc: hook up lib.packet.bgp

2013-09-23 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- doc/source/library_packet_ref.rst | 10 ++ 1 file changed, 10 insertions(+) diff --git a/doc/source/library_packet_ref.rst b/doc/source/library_packet_ref.rst index ea9d07b..2831de3 100644 --- a/doc/source/library_packet_ref.rst +++ b/doc/source/libra

[Ryu-devel] [PATCH] test_addrconv: add more test

2013-09-23 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/tests/unit/lib/test_addrconv.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ryu/tests/unit/lib/test_addrconv.py b/ryu/tests/unit/lib/test_addrconv.py index ab55886..00a42db 100644 --- a/ryu/tests/unit/lib/test_addrconv.py +++ b/ryu/tests/unit/lib/t

[Ryu-devel] Error regarding PACKET_IN event

2013-09-23 Thread Chen Chen
Hi: I am trying to intercept ARP packets with OpenvSwitch (ovs) and send them to RYU. However, I seemed to encounter the following error when RYU is dealing with PACKET_IN event triggered by ARP packet: Error in the datapath 4a4e285e4b43 from ('192.168.254.10', 47545) hub: uncaught exception:

Re: [Ryu-devel] Fwd: Re: : Re: Addition of layer 2 QoS Module - RYU controller

2013-09-23 Thread FUJITA Tomonori
Hi, On Wed, 18 Sep 2013 19:21:56 +0530 (IST) SDN wrote: > We have implemented your comments on Layer 2 QoS Module and I have attached > the code as a patch. > > Also I have attached the test plan document and readme file with this > mail.Please let me > know your feedback on the code and we r

Re: [Ryu-devel] [PATCH 1/2] import_module: deal with cases mod.__file__ is not accessible

2013-09-23 Thread FUJITA Tomonori
On Wed, 11 Sep 2013 16:53:25 +0900 YAMAMOTO Takashi wrote: > Signed-off-by: YAMAMOTO Takashi > --- > ryu/utils.py | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) Applied both. -- October Webinars:

Re: [Ryu-devel] [PATCH v4 0/9] packet lib: ipv6: support extension headers

2013-09-23 Thread FUJITA Tomonori
On Tue, 17 Sep 2013 13:35:47 +0900 Yuichi Ito wrote: > Changes v3 -> v4: > > - change routing class to a pure comment > - correct a comment for ipv6 class > > > itoyuichi (9): > packet lib: ipv6: prepare to support extension headers > packet lib: ipv6: support options for Hop-by-Hop Option

Re: [Ryu-devel] Proposal: Advanced WSGI API

2013-09-23 Thread FUJITA Tomonori
Sorry about the delay. On Wed, 4 Sep 2013 15:00:36 +0900 Satoshi Kobayashi wrote: > Currently, HTTP Routing and implementations are separated on a WSGI > application. However, I like that they are in the same place. For example, > they are Flask of Python, and Bottle and JAX-RS of Java. > > The

Re: [Ryu-devel] [PATCH] rest_firewall: improve REST response

2013-09-23 Thread FUJITA Tomonori
On Wed, 18 Sep 2013 15:12:30 +0900 "watanabe.fumitaka" wrote: > Improvement of the REST response for basing more on JSON. > > > example of get rules. > > before: > { > "switch_id: 0001": [ > { > "vlan_id: 634": { > "rule_id: 1": { > "actions": "ALLOW",