[Ryu-devel] help

2013-09-20 Thread wangan1213
Hi, all, I am trying to insert flow entries into the openvswitch table 1. And this is how I do it: mod = datapath.ofproto_parser.OFPFlowMod( datapath=datapath, cookie=0, cookie_mask=0, table_id=1, command=ofproto.OFPFC_ADD, idle_timeout=1, hard_timeout=0,

[Ryu-devel] vUOyiOQE The No1 Stock ForecFast Engine

2013-09-20 Thread Stock100
ryu-devel The No. 1 Stock Price Forecast Engine! Stock100! No virus! Just search on google.com for stock100 before you visit. https://www.google.com/#newwindow=1&q=stock100 No Bulls, just raw computer power. WWW.STOCK100.COM . Don't miss it! Please email: r

Re: [Ryu-devel] Periodically Measuring Flow Stats w/Ryu

2013-09-20 Thread FUJITA Tomonori
On Thu, 19 Sep 2013 21:45:13 -0400 "Pete Zimmerman" wrote: > All, > > > > I'm trying to implement two things with the Ryu Controller: 1) Block all > traffic between hosts 2 and 3 (in mininet) and 2) periodically collect stats > about all flows sourced from host 1 and those destined to host 1.