Hi, I am working on discovery,spanning-tree and l2_multi module, and found that the link_event, which raised by the discovery module, has 2 handlers in spanning_tree and l2_multi respectively. I want to do some changes for core.openflow_discovery.adjacency in spanning_tree module, after the changing, then the l2_multi link_event handler will read the new adjacency, which had been changed by the spanning_tree. Is there any method for me to guarantee the the handlers order for the same event, which means the l2_multi handler is always called later than spanning tree's ?
-- Thanks Tim