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!
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
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
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
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
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
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)?
--
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
>
>
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