Re: [Ryu-devel] [PATCH 0/4] Bidirectional Forwarding Detection (BFD) support

2014-10-09 Thread FUJITA Tomonori
On Wed, 8 Oct 2014 19:43:32 +0800 Wei-Li Tang wrote: > This series of patches adds basic BFD (RFC5880) support and provides > a module, bfdlib, for running IPv4 single hop BFD (RFC5881) on Ryu. > > It's useful on detecting the liveness of a network device within a > SDN network or a service cha

Re: [Ryu-devel] [PATCH] ofctl_v1_0/2/3: check lock timeout by lock.is_set().

2014-10-09 Thread FUJITA Tomonori
On Wed, 8 Oct 2014 19:24:28 +0800 Wei-Li Tang wrote: > send_stats_request never catches hub.Timeout exception because it > has been caught by the event wait function itself. > > Signed-off-by: Wei-Li Tang > --- > ryu/lib/ofctl_v1_0.py | 5 ++--- > ryu/lib/ofctl_v1_2.py | 5 ++--- > ryu/lib/of

Re: [Ryu-devel] hosts are unable to ping each other

2014-10-09 Thread FUJITA Tomonori
On Wed, 8 Oct 2014 03:50:10 +0800 Binayak Kar wrote: > I have create a mininet topology. I first run it with Opendaylight > controller; pingall is working. > > same topology with ryu controller (given the ryu controller ip); pingall is > not working. > > do i need to do some extra configuration

Re: [Ryu-devel] [PATCH 1/2] of12/3: support setting the oxm_value to OFPVID_NONE

2014-10-09 Thread FUJITA Tomonori
On Tue, 07 Oct 2014 13:28:22 +0900 Minoru TAKAHASHI wrote: > In openflow spec 1.2 and 1.3.4, in order to match only packets without a VLAN > tag, > the value of OFPXMT_OFB_VLAN_VID must be set to OFPVID_NONE (0x). > Old API of ofproto_v1_2/3_parser is now enabled to setting the oxm_value to

Re: [Ryu-devel] Getting cookie in packet_in

2014-10-09 Thread FUJITA Tomonori
On Thu, 2 Oct 2014 12:32:48 -0400 Thomas F Herbert wrote: > Thanks for your help. > > Yes, I thought msg.cookie would be there. In this case the cookie is set in > the flow. Also, it seems that the cookie attribute should exist even if the > cookie wasn't set in the flow. > > Here is a trace sh

Re: [Ryu-devel] [PATCH 1/3] oxm_fields: Add a comment

2014-10-09 Thread FUJITA Tomonori
On Fri, 3 Oct 2014 14:20:48 +0900 YAMAMOTO Takashi wrote: > Signed-off-by: YAMAMOTO Takashi > --- > ryu/ofproto/oxm_fields.py | 4 > 1 file changed, 4 insertions(+) Applied all, thanks! -- Meet PCI DSS 3.0 Compl

Re: [Ryu-devel] [PATCH] bgp: support next_hop_self

2014-10-09 Thread FUJITA Tomonori
On Wed, 1 Oct 2014 19:17:24 +0900 Hiroshi Yokoi wrote: > Support next_hop_self. > BGPSpeaker can replace a path's next_hop address with its own address > when it sends the path to iBGP peer. > > Signed-off-by: Hiroshi Yokoi > --- > ryu/services/protocols/bgp/bgpspeaker.py | 8 +++-