On Wed, 16 Apr 2014 10:04:24 +1200 Karthik Sharma <[email protected]> wrote:
> 1) If I were to attempt to build a database backed controller where the > database stores > 1) topology information > 2) flow table information > I could use the cached information to store the topology? Is my > understanding correct? You could. > 2) Can you point me to the datastructure where it caches the information Check the handlers for EventSwitchRequest and EventLinkRequest: https://github.com/osrg/ryu/blob/master/ryu/topology/switches.py#L836 https://github.com/osrg/ryu/blob/master/ryu/topology/switches.py#L852 As I explained, they use the cached information to generate responses. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
