Re: [Ryu-devel] [ANNOUNCE] Ryu book (Japanese edition only for now)

2013-12-25 Thread FUJITA Tomonori
Hi, On Thu, 26 Dec 2013 10:18:40 +0900 Satoshi Kobayashi wrote: >> Thanks a lot! Can you create 'pull request' for this (and another in >> the different mail)? >> > > I see. So I send 'pull request' to this repo? > https://github.com/osrg/ryu-book Yeah Thnak!

Re: [Ryu-devel] [ANNOUNCE] Ryu book (Japanese edition only for now)

2013-12-25 Thread Satoshi Kobayashi
2013/12/25 FUJITA Tomonori > On Wed, 25 Dec 2013 10:13:38 +0900 > Satoshi Kobayashi wrote: > > > Can we controbute to it? > > Surely! > > > For example, I found the error in the contents. > > Thanks a lot! Can you create 'pull request' for this (and another in > the different mail)? > I see. So

[Ryu-devel] [PATCH] packet lib: icmpv6: support MLD (v1/v2)

2013-12-25 Thread Yuichi Ito
Signed-off-by: Yuichi Ito --- ryu/lib/packet/icmpv6.py | 283 + ryu/tests/unit/packet/test_icmpv6.py | 1045 ++ 2 files changed, 1328 insertions(+) diff --git a/ryu/lib/packet/icmpv6.py b/ryu/lib/packet/icmpv6.py index 54e36fa..812cf2b 100644

[Ryu-devel] [PATCH] packet lib: igmp: support IGMP v3

2013-12-25 Thread Yuichi Ito
Signed-off-by: Yuichi Ito --- doc/source/library_packet_ref.rst |6 + ryu/lib/packet/igmp.py | 359 ++- ryu/tests/unit/packet/test_igmp.py | 840 +++- 3 files changed, 1196 insertions(+), 9 deletions(-) diff --git a/doc/source/librar

[Ryu-devel] [PATCH v2] add IGMP snooping application

2013-12-25 Thread Yuichi Ito
this set is the upgrade of the following patch: http://www.mail-archive.com/ryu-devel@lists.sourceforge.net/msg04205.html Changes v1 -> v2: - reduce unnecessary constant - support OpenFlow1.2/1.3 this application provides the simple example of IGMP snooping. the module "igmplib" mainly offers

Re: [Ryu-devel] [ANNOUNCE] OpenFlow switch automated test results

2013-12-25 Thread FUJITA Tomonori
Hi, On Wed, 25 Dec 2013 17:48:07 +0800 Alex Tang wrote: > Great! but it seems that some results are beyond my expectations. Could you > please provide the configurations and firmware version of these switches? Surely, such info will be available at the site soon. > By the way, for PUSH_VLAN te

Re: [Ryu-devel] [ANNOUNCE] Ryu book (Japanese edition only for now)

2013-12-25 Thread FUJITA Tomonori
On Wed, 25 Dec 2013 10:13:38 +0900 Satoshi Kobayashi wrote: > Can we controbute to it? Surely! > For example, I found the error in the contents. Thanks a lot! Can you create 'pull request' for this (and another in the different mail)? --

Re: [Ryu-devel] [ANNOUNCE] OpenFlow switch automated test results

2013-12-25 Thread FUJITA Tomonori
On Wed, 25 Dec 2013 08:46:43 +0900 (JST) yamam...@valinux.co.jp (YAMAMOTO Takashi) wrote: >> Hi, >> >> Our results of OpenFlow switch testings became public. You can check >> out what kinds of actions and matches a switch supports (or not): >> >> http://osrg.github.io/ryu/certification.html > >

Re: [Ryu-devel] [ANNOUNCE] OpenFlow switch automated test results

2013-12-25 Thread Alex Tang
Hello, Great! but it seems that some results are beyond my expectations. Could you please provide the configurations and firmware version of these switches? By the way, for PUSH_VLAN testing, is it expected to be successful without additional SET_FIELD to vlan_vid? Thanks! Sincerely, Wei-Li T