Skip to content
Snippets Groups Projects
  1. Feb 05, 2010
  2. Feb 04, 2010
  3. Jan 28, 2010
    • Brandon Heller's avatar
      Fix setuptools installation · 8f99421e
      Brandon Heller authored
      The packages argument was incorrectly specified, leading to an install
      process that would appear to have succeeded, but would not actually copy
      code.
      
      The error likely occurred due to copying setup.py from another project
      where the source files were located in a different position relative to
      setup.py.
      8f99421e
  4. Jan 26, 2010
  5. Jan 12, 2010
  6. Jan 10, 2010
  7. Jan 07, 2010
  8. Jan 06, 2010
  9. Jan 01, 2010
  10. Jan 03, 2010
  11. Jan 02, 2010
  12. Dec 26, 2009
  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
      Remove unused function · 4d2d52c3
      Brandon Heller authored
      4d2d52c3
    • 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
    • Brandon Heller's avatar
      Remove verbose command printouts · 75810224
      Brandon Heller authored
      75810224
Loading