Re: [Ryu-devel] Proposal: High layer RPC API

2014-04-06 Thread YAMAMOTO Takashi
> 2014-02-19 21:20 GMT+09:00 FUJITA Tomonori : > >> On Tue, 18 Feb 2014 10:29:53 +0900 >> Satoshi Kobayashi wrote: >> >> > If it is only using WebSocket, I think that Gevent is good. Is using >> Gevent >> > and Eventlet together safe? >> >> Jeremias pointed out to me that websocket might support

Re: [Ryu-devel] How does a RYU app trigger an event like EventOFPPacketIn ?

2014-04-06 Thread FUJITA Tomonori
On Thu, 3 Apr 2014 17:20:59 +0800 "LIU, Kun" wrote: > I am wondering how does a RYU app trigger an event > (e.g. ,EventOFPPacketIn) ? I plan to develop my own app with some > new defined events, however I do not know the mechanism of events, > and I cannot find out from the source codes. Thanks a

[Ryu-devel] [PATCH] igmplib: Fix a problem that querier stops sending a query message

2014-04-06 Thread Yuichi Ito
When QUERY timeout expires, a variable for flooding is overwritten unexpectedly. So querier stops sending a query message any longer. This patch fixes the problem. Signed-off-by: Yuichi Ito --- ryu/lib/igmplib.py |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ryu/lib/

Re: [Ryu-devel] Meter configuration in OVS

2014-04-06 Thread FUJITA Tomonori
On Fri, 4 Apr 2014 17:12:06 +0200 Arman Keyoumarsi wrote: > Hello > > has anyone tryed to install meter in ovs, i keep getting a error message. > > this is my setup > > > + sudo mn --topo single,3 --mac --switch ovsk --controller remote -x > + $ ryu-manager --verbose ryu.app.ofctl_rest.p > >