Re: [Ryu-devel] recovery time of link failure seems strange.

2015-05-31 Thread Hm Balarama
Hi, Mine doesn't work with Mininet. Which version do you use? I downloaded github.com/osrg/ryu.git and installed it. Git branch is the master. I could get link events when I run $ ryu-manager --observe-links --verbose ryu.app.gui_topology.gui_topology EVENT switches->WebSocketTopology EventLinkAd

Re: [Ryu-devel] OFPBAC_BAD_SET_ARGUMENT received when set field of vlan id

2015-05-31 Thread Vinllen Chen
Yes, it helps me , thankyou very much Iwase. ^_^ On Mon, Jun 1, 2015 at 9:40 AM, Yusuke Iwase wrote: > Hi Vinllen, > > On 2015年06月01日 01:02, Vinllen Chen wrote: > > Hi, Dear all: > > > > I use the openflow13, ovs2.3 and ryu controller, and i send flow mod > message from controller to ovs: >

Re: [Ryu-devel] OFPBAC_BAD_SET_ARGUMENT received when set field of vlan id

2015-05-31 Thread Yusuke Iwase
Hi Vinllen, On 2015年06月01日 01:02, Vinllen Chen wrote: > Hi, Dear all: > > I use the openflow13, ovs2.3 and ryu controller, and i send flow mod > message from controller to ovs: > > "match": > { > "in_port" : "2", > "vlan_vid" : "0" > }, >

Re: [Ryu-devel] recovery time of link failure seems strange.

2015-05-31 Thread Yusuke Iwase
Hi, On 2015年05月29日 17:46, Hm Balarama wrote: > Hi Iwase, > > It didn't work because I used loop topology. >s1 >/ \ > / \ >s2s3 > On my mininet environment, I made a looped topology, gui_topology worked fine and I could get EventLinkAdd/EventLinkDelete events. $

[Ryu-devel] OFPBAC_BAD_SET_ARGUMENT received when set field of vlan id

2015-05-31 Thread Vinllen Chen
Hi, Dear all: I use the openflow13, ovs2.3 and ryu controller, and i send flow mod message from controller to ovs: "match": { "in_port" : "2", "vlan_vid" : "0" }, "instructions": [ { "apply":

[Ryu-devel] ryu application is hang up

2015-05-31 Thread 曾惠萍
Hi, sometime my program is normally work, but sometime it hang up. when i get switch object, sometime it 's hangup and later it show error message. *command:* PYTHON=. ./bin/ryu-manager --observe-links ryu/app/address.py *my program as follow:* @handler.set_ev_cls(event.EventLinkAdd) def lin