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
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
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
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
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
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
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 +++-