Skip to content
Snippets Groups Projects
  1. Dec 04, 2014
  2. Dec 03, 2014
  3. Sep 28, 2013
  4. Sep 11, 2013
  5. Nov 14, 2012
  6. Oct 29, 2012
  7. Oct 05, 2012
  8. Aug 18, 2012
  9. Aug 06, 2012
  10. Aug 01, 2012
  11. Jul 07, 2012
  12. Jul 04, 2012
  13. Jul 02, 2012
  14. Mar 03, 2012
  15. Apr 01, 2011
  16. Oct 28, 2010
  17. May 07, 2010
  18. Mar 14, 2010
    • Bob Lantz's avatar
      Support for control-C. Finally. · bcacfc05
      Bob Lantz authored
      I've changed the way things work a bit:
      
      1. netns is replaced by mnexec, a general-purpose mininet helper.
      
      2. For interactive commands, we now use mnexec -p, which prints out
         the pid, so we can kill it when someone hits control-C!
      
      3. We close file descriptors for subshells. This might save memory,
         but who knows.
      
      4. We detach our subshells from the tty using mnexec -s; thus
         control-C should not terminate everything.
      
      5. Given 4, mn -c is now necessary if you kill mininet.
      bcacfc05
  19. Mar 09, 2010
  20. Mar 05, 2010
  21. Feb 06, 2010
  22. Feb 05, 2010
  23. Feb 04, 2010
  24. Jan 10, 2010
  25. Dec 18, 2009
Loading