Re: [Ryu-devel] Deleting all the flows in controller exit path

2015-01-04 Thread Minoru TAKAHASHI
Hi, Aravind On 2015年01月03日 02:00, Aravindhan Dhanasekaran wrote: > Hello, > > I'd like to delete all the flows in case of a SIGINT signal. > > I added a handler for SIGINT signal and tried to delete the flows inside the > handler. But, it doesn't seem to work. I'm not getting errors when I try t

Re: [Ryu-devel] How to get the topology information in ryu

2015-01-04 Thread ocean shi
damn...im so stupid...i forget to add the "--observe-links " argument when starting the rest_topolgy.py. its working now... 2015-01-05 9:21 GMT+08:00 ocean shi : > i also met some problems about the topology information when using > app/rest_topology.py. i could get the switches in the browser wi

Re: [Ryu-devel] Fwd: RYU with openflow enabled switches

2015-01-04 Thread Yusuke Iwase
Hi, On 2014年12月29日 19:00, sachidanand das wrote: > Hi, > > I am trying to test my hardware switch that is openflow enabled. When i run > the below script it stops as shown below saying "Connect unknown SW". Can you > help me with this? > > > ryu@ryu-vm:~/ryu$ PYTHONPATH=. ./bin/ryu-manager --

Re: [Ryu-devel] How to get the topology information in ryu

2015-01-04 Thread ocean shi
i also met some problems about the topology information when using app/rest_topology.py. i could get the switches in the browser with http://127.0.0.1:8080/v1.0/topology/switches, but i couldn't get the links with /v1.0/topology/links, really strange :( im reading the codes now and wish i could fin

[Ryu-devel] Ryu 3.17 released

2015-01-04 Thread FUJITA Tomonori
Hi, Improvement for OF REST API, fixes for REST QoS, BGP, etc. We thank you all for how our community grow last year. In 2015, hopefully you'll continue to enjoy programming networking with Ryu! = FUJITA Tomonori (2): ofctl_v1_2, 3: Fix regression of IP arbitrary bitmask support Ryu

Re: [Ryu-devel] How to get the topology information in ryu

2015-01-04 Thread Flavio Junior
Hi. Sometimes the topology discovery would not work for, apparently, no reason. Are there any known bugs there? I know it's a huge pain to debug the topology discovery but if you can't build the view of the topology then you won't be able to forward. What solved the problem was the order in which