Hi All,

I am suing a linear software topology using the latest Mininet. Although the 
topology is always consistent and always the same when reading
self.topology_api_app, the following link delete handler module continuously 
receives link down events. My OVS instances are under OpenFlow
1.3. Do you guess what the problem is? Thanks

@set_ev_cls(event.EventLinkDelete, MAIN_DISPATCHER)
    def linkDeleteHandler(self, ev):
        link_list = get_link(self.topology_api_app, None)        
        self.logger.info("Link Delete %s", ev.link)
        self.routing = AllPathRouting(link_list)






------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to