In controller application, DiGraph data structure is used to store the data about the topology. DiGraph is however unable to hold multiple parallel edges (http://networkx.lanl.gov/reference/classes.digraph.html). This can pose a blocking problem in the future.
- source: /ryu/ryu/app/magic.py
In controller application, DiGraph data structure is used to store the data about the topology. DiGraph is however unable to hold multiple parallel edges (http://networkx.lanl.gov/reference/classes.digraph.html). This can pose a blocking problem in the future.