Re: [Ryu-devel] Handle rules on two switches

2016-11-05 Thread Iwase Yusuke
Hi, I'm agree with Nick. The way which the OpenFlow Spec says to differ the switches is only DPID, IIRC. The IP addresses of the switches might be used, but if the DPIDs are duplicated, this way will collapse. Thanks, Iwase On 2016年11月03日 00:59, Nick Sedelnikov wrote: > Sorry, maybe I misunders

Re: [Ryu-devel] [PATCH v2] ut/ovs: Add UT using Docker for ryu.lib.ovs

2016-11-05 Thread Iwase Yusuke
Hi Fujita-San, On 2016年11月04日 09:50, FUJITA Tomonori wrote: > On Mon, 31 Oct 2016 08:58:44 +0900 > IWASE Yusuke wrote: > >> This patch adds UT cases using Docker for ryu.lib.ovs. >> If Docker is not available, these tests will be skipped. >> >> Signed-off-by: IWASE Yusuke >> --- >> .travis.ym

Re: [Ryu-devel] [PATCH 8/8] docker_base: Add missing requirements for test-requires

2016-11-05 Thread Iwase Yusuke
Hi, Kakuma-San, On 2016年11月04日 06:52, fumihiko kakuma wrote: > Hi Iwase-san, > > On Wed, 2 Nov 2016 16:51:35 +0900 > IWASE Yusuke wrote: > >> Signed-off-by: IWASE Yusuke >> --- >> ryu/tests/integrated/common/docker_base.py | 23 +-- >> 1 file changed, 13 insertions(+), 1

Re: [Ryu-devel] [PATCH 0/7] BGPSpeaker Support IPv6 and VPNv6 unicast routes

2016-11-05 Thread Iwase Yusuke
Hi Fujita-San, On 2016年11月04日 10:12, FUJITA Tomonori wrote: > On Mon, 31 Oct 2016 16:24:03 +0900 > IWASE Yusuke wrote: > >> Currently, BGPSpeaker supports IPv6 and VPNv6 unicast >> routes, but has some constraints. >> e.g.) >> - Not supports IPv6 router_id. > > Hmm, router-id is always 32bi

[Ryu-devel] Problem in adding flow with ip_proto

2016-11-05 Thread mehdi Saman
Hi, My code works well if I use OFPMatch with eth_dst or eth_type. but If I want to add a flow to goto another table, it can't be added. my add_flow function is: def add_flow(self, datapath, table_id, priority, match, instruction): """ Add entry to switch table :param datapath: targe