Skip to content
Snippets Groups Projects
  1. Mar 03, 2010
  2. Feb 09, 2010
  3. Feb 04, 2010
  4. Jan 10, 2010
  5. Jan 02, 2010
  6. Dec 20, 2009
    • 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
  7. Dec 18, 2009
  8. Dec 16, 2009
  9. Dec 15, 2009
    • Bob Lantz's avatar
      OK, now we run 'routing' for the nox configurations with loops. · 77131e8f
      Bob Lantz authored
      Unfortunately, I can't test this at the moment since nox seems not to
      be able to find the routing module.
      
      Added/renamed examples: grid.py, tree1024.py
      
      Added -v flag to nox arguments, so we have some chance of figuring
      out why nox is dying, as it generally is.
      77131e8f
    • Bob Lantz's avatar
      First crack at allowing Controller to be customized. · 2f534913
      Bob Lantz authored
      Network may now be used with custom controllers.
      An example of doing this is in nox.py, which instantiates at TreeNet
      using a custom Controller, NoxController, that runs nox_core rather
      than the reference controller.
      2f534913
  10. Dec 11, 2009
    • Bob Lantz's avatar
      Cleanup of doc files. · 55dd9368
      Bob Lantz authored
      Fixed xterm.py (and cleanup) to clean up screen sessions.
      Cleaned up sshd.py (though interface is still in flux.)
      Added 1024-node network example (treenet1024.py).
      Added example showing multiple tests on a single network (multitest.py).
      Renamed examples to make them easier to type!
      55dd9368
    • Bob Lantz's avatar
      Changed cleanup to vaporize zombie screen sessions. · 08cef003
      Bob Lantz authored
      Other minor cleanup.
      08cef003
  11. Dec 10, 2009
    • Bob Lantz's avatar
      Added README. · 95d9a374
      Bob Lantz authored
      Modified cleanup to use dpctl to remove kernel datapaths.
      95d9a374
    • Bob Lantz's avatar
      Organized routines into classes: · eddef947
      Bob Lantz authored
      Node -> { Host, Switch, Controller }
      Network -> { TreeNet, GridNet -> LinearNet }
      
      Modified cleanup to clean up kernel datapaths.
      eddef947
  12. Dec 09, 2009
Loading