Re: [Ryu-devel] Link discovery not working when the number of switches increases

2018-03-04 Thread Iwase Yusuke
Hi, Which version of Ryu are you using? The similar issue was reported before and it should be fixed on the latest. https://www.mail-archive.com/ryu-devel@lists.sourceforge.net/msg10491.html Thanks, Iwase On 2018年03月05日 11:33, Zhang Yifan wrote: Hi everybody, I am testing topology discovery

[Ryu-devel] Link discovery not working when the number of switches increases

2018-03-04 Thread Zhang Yifan
Hi everybody, I am testing topology discovery with Ryu in Mininet. I have written an application that implements the topology discovery by defining methods that listen for events EventSwitchEnter, EventSwitchLeave, EventLinkAdd and EventLinkDelete. While the application works fine (in other word

[Ryu-devel] Link discovery not working when the number of switches increases

2015-09-30 Thread Samuele Redaelli
Hi everybody, I am testing topology discovery with Ryu in Mininet. I have written an application that implements the topology discovery by defining methods that listen for events EventSwitchEnter, EventSwitchLeave, EventLinkAdd and EventLinkDelete. While the application works fine (in other words,