Skip to content
Snippets Groups Projects
  1. Feb 03, 2011
  2. Feb 01, 2011
  3. Jan 28, 2011
  4. Jan 27, 2011
  5. Jan 26, 2011
    • Robert Ricci's avatar
      First attempt at handling non-tree switch topologies · 121633ea
      Robert Ricci authored
      Tracks individual links between switches, so that we can use more
      than one, and does not compute a spanning tree, so it will use
      non-tree edges in the topology.
      
      Terribly slow, since it does a depth-first search for every
      single attempt to resolve inter-switch links
      
      Compile with -DFULL_SWITCHGRAPH to get this behavior.
      
      Has received only minimal testing, probably broken in some cases.
      
      Probably leaks memory like there's no tomorrow.
      
      Does not check link types, or handle phys links that cannot have
      multiple virt links on them.
      121633ea
  6. Jan 25, 2011
  7. Jan 24, 2011
  8. Jan 19, 2011
  9. Jan 18, 2011
  10. Jan 17, 2011
  11. Jan 13, 2011
Loading