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]
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
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
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_
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
-
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
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
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
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:
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
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:
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
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
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",
14 matches
Mail list logo