Skip to content
Snippets Groups Projects
  1. Feb 28, 2010
    • Bob Lantz's avatar
      Minor cleanup of mn/net and fixes for CLI. · 2235f216
      Bob Lantz authored
      All commands should work now.
      2235f216
    • Bob Lantz's avatar
      Changed custom feature so that params aren't added to globals. · c3a44400
      Bob Lantz authored
      There is probably a better way of doing this, but currently
      parseCustomFile can modify globals (e.g. TOPOS) as well as
      instance variables (self.validate) and classes (e.g. MyTopo),
      which are also in the global name space.
      
      Inconveniently enough, lambdas don't seem to be full closures
      in Python; if they were, this trickiness would be unnecessary.
      
      Even so, using execfile() seems like it might be a bit dubious...
      c3a44400
  2. Feb 27, 2010
  3. Feb 17, 2010
  4. Feb 16, 2010
  5. Feb 10, 2010
    • Bob Lantz's avatar
      Minor bug fixes and tweaks. · 64c451e0
      Bob Lantz authored
      Shell now works (although we should use quietRun instead to avoid
      file descriptor problem!)
      
      exit/quit/EOF now all exit.
      
      Renamed pingall and pingpair to make them easier to type - I think
      commands should not require use of the shift key in general, although
      ping-all and ping-pair might be OK.
      64c451e0
    • Bob Lantz's avatar
      Added warn to complement info, error. · e34cd9a6
      Bob Lantz authored
      e34cd9a6
  6. Jan 31, 2010
  7. Jan 30, 2010
  8. Jan 29, 2010
  9. Feb 09, 2010
  10. Feb 06, 2010
  11. Feb 05, 2010
  12. Feb 04, 2010
  13. 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
  14. Jan 26, 2010
  15. Jan 12, 2010
  16. Jan 10, 2010
  17. Jan 07, 2010
Loading