Skip to content
Snippets Groups Projects
  1. Mar 25, 2010
  2. Mar 24, 2010
  3. Mar 23, 2010
  4. Mar 18, 2010
  5. Mar 16, 2010
  6. Mar 10, 2010
  7. Mar 09, 2010
  8. Mar 06, 2010
  9. Mar 05, 2010
  10. Mar 03, 2010
  11. Jan 02, 2010
  12. Dec 26, 2009
    • Brandon Heller's avatar
      Move TreeNet to new Mininet API · 8b5062a3
      Brandon Heller authored
      Also remove all non-object-oriented legacy Mininet code and update
      tests.
      
      User-space compatibility is untested, but most of the code for it is
      still in.
      8b5062a3
  13. Dec 20, 2009
    • Brandon Heller's avatar
      Move Node functions into their own file · 89bf3103
      Brandon Heller authored
      Nodes include Switch, Host, and Controller; move these to a separate
      file.
      
      This file still could use some attention to hide private functions.
      Node seems like a primary class to extend, for adding stuff like Open
      vSwitch, so it could benefit from a simpler interface.
      89bf3103
    • Brandon Heller's avatar
      Move utility functions out of mininet.py · 220890a0
      Brandon Heller authored
      Having a file with the same name as its package creates hard-to-diagnose
      import error, so rename mininet.py to net.py.  This commit moves utility
      functions, generally those dealing with network namespaces and interface
      management, into their own file.
      
      Also fix a few minor formatting bugs and clean up logging code (which
      had issues when multiple files would import mininet.logging_mod).
      220890a0
    • Brandon Heller's avatar
      Rewrite Ripcord test and most of mininet · bc547080
      Brandon Heller authored
      Make much of the Mininet code object-oriented around the new Mininet
      object, and create a generic way to build a Mininet.
      
      Previously, each network topology was created by Mininet API calls,
      which seems much less approachable for new users than passing in a
      topology object along with controller, switch, and host classes.
      
      The modified code is all in ripcordtest.py, but will need to replace the
      main mininet.py code eventually.
      
      Kernel-space support only, for now.
      bc547080
  14. Dec 18, 2009
  15. Dec 16, 2009
  16. Dec 15, 2009
    • Bob Lantz's avatar
      Fixed iperf test. · 9dbb68df
      Bob Lantz authored
      Not sure if I want nox_core -v in nox.py - it's useful for debugging.
      ripcordtest.py (and grid.py) still depend on routing, which I haven't been
      able to test yet.
      9dbb68df
Loading