Skip to content
Snippets Groups Projects
  1. Feb 06, 2010
  2. Feb 05, 2010
  3. Feb 04, 2010
  4. 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
  5. Jan 26, 2010
  6. Jan 12, 2010
  7. Jan 10, 2010
  8. Jan 07, 2010
  9. Jan 06, 2010
  10. Jan 01, 2010
  11. Jan 03, 2010
  12. Jan 02, 2010
  13. Dec 26, 2009
  14. 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
Loading