Re: [Ryu-devel] Issues in topology Discover

2018-01-08 Thread Iwase Yusuke
Hi I couldn't load your application correctly because indentation seems not to be sorted out... OTOH, on my environment, I could get the "EventSwitchEnter" event as expected. $ git diff diff --git a/ryu/app/simple_switch_13.py b/ryu/app/simple_switch_13.py index 06a5d0e..cac7fdb 100644 --- a/r

[Ryu-devel] Issues in topology Discover

2017-12-31 Thread Taha Khan
Hi Every One, I am trying to write an application that does topology discovery. I added the a function def get_topology_data at the end of my application I ran the controller with the command: "ryu-manager ryu.app.myswitch --observe-links" and then the mininet with my custom. However, the event Ev