Re: [Ryu-devel] ryu-IGMP

2014-03-06 Thread Yuichi Ito
hi. simple_switch_igmp.py requires rewriting according to environments when a querier does not exist. please set the followings: - the datapath id of VM-2 switch - the port number of VM-2 switch that is linked to VM-7 https://github.com/osrg/ryu/blob/master/ryu/app/simple_switch_igmp.py#L38

[Ryu-devel] SDNi : exchange message between ryu controllers

2014-03-06 Thread benamrane fouad
I would implement a topology when each openflow controller exchange his stat with other controllers, i found same documentation talk about SDNi in draft but not standarize until now, i want same suggest to implement this scenario, PLZ explain your solution a lot, thank you for reading, i hope to ge

Re: [Ryu-devel] [PATCH] Add ethertype test for OXM_OF_PBB_ISID pre-requisite

2014-03-06 Thread Hiroaki KAWAI
(2014/03/06 0:43), FUJITA Tomonori wrote: > Sorry about the delay, > > On Fri, 21 Feb 2014 18:32:42 +0900 > Hiroaki KAWAI wrote: > >> OXM_OF_PBB_ISID has a pre-requisite of ETH_TYPE=0x88E7, >> by openflow 1.3.3 specification. > > Thanks for the effort to add more tests. We'd like to do such! >