[Ryu-devel] [PATCH] lib/ofctl_v_*: Enable to filter flow stats by priority

2016-12-07 Thread IWASE Yusuke
OpenFlow Spec does not allow to filter flow entries by priority, but when with a large amount of flow entries, filtering by priority is convenient to get statistics efficiently. This patch enables lib/ofctl_v_* modules to filter flow stats by priority. This patch is suggested by China Shenzhen TI

[Ryu-devel] [PATCH] Add DHCP options constants to DHCP lib

2016-12-07 Thread Omer Anson
From: Omer Anson Add DHCP options constants to DHCP lib for the following options: * Domain name option (15) * Interface MTU (26) * Classless route (121) These constants are used in Dragonflow, which uses ryu's DHCP lib to construct a DHCP responder. Signed-Off-By: Omer Anson --- ryu/lib/pack

Re: [Ryu-devel] Does rest_firewall.py work across networks ?

2016-12-07 Thread University
Hi, Thanks for the response. Best Regards, Hong Panha Sent from my iPhone > On 8 Dec 2016, at 14:12, Iwase Yusuke wrote: > > Hi, > > >> On 2016年12月08日 13:57, ホンパンニャー wrote: >> Hi Iwase, >> >> Thanks for your reply. >> >> So if this is the case, can we run rest_firewall and rest_router a

Re: [Ryu-devel] [PATCH 7/7] BGPSpeaker: Enable to set capability for IPv6

2016-12-07 Thread Iwase Yusuke
Hi Kakuma-San, On 2016年12月08日 15:06, fumihiko kakuma wrote: > On Mon, 7 Nov 2016 16:04:23 +0900 > IWASE Yusuke wrote: > >> This patch enables BGPSpeaker to set the capability for IPv6 unicast >> address family. >> >> Signed-off-by: IWASE Yusuke >> --- >> ryu/services/protocols/bgp/bgp_sample

[Ryu-devel] ?????? ?????? ?????? ?????? RYU BUG

2016-12-07 Thread .......
Hello, I am TICOMM Information Technology Co. Ltd,Shenzhen, China It doesn't matter.Here's my patch bag.If ok, please email to all RYU users??thanks. -- -- ??: "Iwase Yusuke";; : 2016??12??8??(??) 2:09 ??: "..."<1274096.

Re: [Ryu-devel] 回复: 回复: 回复: RYU BUG

2016-12-07 Thread Iwase Yusuke
Hi, Sorry the delay and if I'm misunderstanding. You mean; if you sent the patches for this mailing list, you can not notice how this problem would be solved on Ryu, right? Don't worry, I don't think so. We will discuss how to solve this problem on this mailing list and you can notice the applie

Re: [Ryu-devel] [PATCH 7/7] BGPSpeaker: Enable to set capability for IPv6

2016-12-07 Thread fumihiko kakuma
On Mon, 7 Nov 2016 16:04:23 +0900 IWASE Yusuke wrote: > This patch enables BGPSpeaker to set the capability for IPv6 unicast > address family. > > Signed-off-by: IWASE Yusuke > --- > ryu/services/protocols/bgp/bgp_sample_conf.py | 32 > ++- > ryu/services/protocols/bg

Re: [Ryu-devel] Implementing a simple sdn topology

2016-12-07 Thread Iwase Yusuke
Hi, I don't this is reasonable way though... How about filtering by Datapath ID as following? # The case with s1(dpid=1), s2(dpid=2) and s3(dpid=3) $ git diff diff --git a/ryu/app/rest_router.py b/ryu/app/rest_router.py index 81a3be4..38127ad 100644 --- a/ryu/app/rest_router.py +++ b/ryu/app/rest

Re: [Ryu-devel] Does rest_firewall.py work across networks ?

2016-12-07 Thread Iwase Yusuke
Hi, On 2016年12月08日 13:57, ホンパンニャー wrote: > Hi Iwase, > > Thanks for your reply. > > So if this is the case, can we run rest_firewall and rest_router at the same > time ? I saw the same question before, but unfortunately it is not possible without any modification, I guess. The two Apps are no

Re: [Ryu-devel] Does rest_firewall.py work across networks ?

2016-12-07 Thread ホンパンニャー
Hi Iwase, Thanks for your reply. So if this is the case, can we run rest_firewall and rest_router at the same time ? Best Regards, Hong Panha On Thu, Dec 8, 2016 at 1:50 PM, Iwase Yusuke wrote: > Hi again, > > > On 2016年12月06日 15:39, ホンパンニャー wrote: > > > > Hi everyone, > > > > I am doing an

Re: [Ryu-devel] Does rest_firewall.py work across networks ?

2016-12-07 Thread Iwase Yusuke
Hi again, On 2016年12月06日 15:39, ホンパンニャー wrote: > > Hi everyone, > > I am doing an experiment with my mini-server running > > OVS > > ryu 4.7 > > mininet > > > In mininet, i used below command to create a network topology which has one > switch and 2 hosts. >

Re: [Ryu-devel] Documentation of ryu.lib.ovs

2016-12-07 Thread Iwase Yusuke
Hi, On 2016年12月07日 16:47, Luis Zárate wrote: > Hi, > > I want to interact OVSDB using ryu.lib.ovs lib, but I can find documentation > of how to work with this lib. > > For example how I can create a bridge and set a port. > > I found https://github.com/osrg/ryu/blob/master/ryu/lib/ovs/bridge