I am trying to build a ryu application with starts and tries to get the owl topology. Therefor I’m using the get_link and get_switch function from the ryu.topology.api. Getting the switches is no problem but the list of links is always empty.
I tried using the get_all_link as well but the result is the same. So far I found a lot of examples were they use those functions but none of these work with my set up.
Here are some examples i tried: https://github.com/Ehsan70/RyuApps/blob/master/BasicTopoLearner.py
get_all_link(self) outputting all possible LINKs for a topo
My Ryu version is 4.32 and Im using the tree topology from mininet
Cheers and thanks for your help