Skip to content
Snippets Groups Projects
  1. Mar 24, 2010
  2. Mar 23, 2010
  3. Mar 18, 2010
  4. Mar 16, 2010
  5. Mar 14, 2010
  6. Mar 16, 2010
  7. Mar 14, 2010
  8. Mar 13, 2010
  9. Mar 15, 2010
  10. Mar 14, 2010
    • Bob Lantz's avatar
      Working a bit on text files. Removed netns. · ed097b3b
      Bob Lantz authored
      ed097b3b
    • Bob Lantz's avatar
      Minor config notes changes. · bca38c99
      Bob Lantz authored
      bca38c99
    • Bob Lantz's avatar
      Reinstate mnexec in install. · 0e2a7240
      Bob Lantz authored
      0e2a7240
    • Bob Lantz's avatar
      Removed unused variable. · 51a14824
      Bob Lantz authored
      51a14824
    • Bob Lantz's avatar
      Merge branch 'master' of yuba.stanford.edu:mininet · 0e3fef2f
      Bob Lantz authored
      Conflicts:
      	mininet/node.py
      0e3fef2f
    • 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
    • Bob Lantz's avatar
      Support for control-C. Finally. · c4ae4232
      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.
      c4ae4232
Loading