Skip to content
Snippets Groups Projects
  1. Jun 18, 2013
  2. Jun 12, 2013
  3. Jun 07, 2013
    • Bob's avatar
      Merge pull request #149 from MurphyMc/ovs_userspace_v2 · ace09779
      Bob authored
      node: Allow OVSSwitch to run in userspace mode
      ace09779
    • Murphy McCauley's avatar
      node: Allow OVSSwitch to run in userspace mode · 153d598d
      Murphy McCauley authored
      This adds a datapath parameter to OVSSwitch which allows one to tell OVS to
      run in userspace mode rather than kernel mode.  From the commandline, this
      is --switch=ovsk,datapath=user.
      
      Note that this makes "ovsk" and the OVSKernelSwitch alias misnomers.  Since
      the default behavior is still kernel mode, this is hopefully harmless.
      
      This is the second version of this patch, which changes the argument name
      and values according to Bob's suggestion.
      153d598d
  4. Jun 05, 2013
  5. Jun 04, 2013
  6. May 29, 2013
  7. May 24, 2013
    • Bob's avatar
      Merge pull request #140 from fasaxc/patch-1 · f53866d0
      Bob authored
      Fix method name mismatch for setDefaultRoute. 
      This seems to be logically correct according to the intention of the code, but it may cause some trouble because routes will now be flushed by Mininet.configHosts().
      f53866d0
  8. May 23, 2013
  9. Apr 29, 2013
  10. Apr 26, 2013
  11. Apr 25, 2013
  12. Apr 12, 2013
  13. Apr 10, 2013
  14. Apr 09, 2013
    • Bob's avatar
      Merge pull request #125 from adferguson/adf-tc-renumber · 7c920edc
      Bob authored
      Adjust numbering to support tc-based switch QoS
      
      This looks fine to me - probably we want to change the way this works eventually, but for now renumbering it is fine and we can change the numbering later if desired.
      7c920edc
  15. Mar 30, 2013
  16. Mar 29, 2013
    • Bob Lantz's avatar
      Change popen() to detach from terminal/process group. · e5a15ced
      Bob Lantz authored
      This may or may not be the right thing to do - an alternative
      would be to ignore SIGINT, but that would make the popen()
      job unkillable by normal means! So we'll try this and see
      how well it works.
      Fixes #124
      e5a15ced
  17. Mar 25, 2013
  18. Mar 24, 2013
  19. Mar 23, 2013
  20. Mar 22, 2013
  21. Mar 21, 2013
  22. Mar 15, 2013
    • Isaku Yamahata's avatar
      tools/install.sh: update oftest · 356e9d8a
      Isaku Yamahata authored
      
      Since oftest removed tools/munger directory, install.sh fails as follows
      > mininet/util/install.sh: line 399: cd: tools/mnuger: No such file or directory
      
      oftest change set
      > commit be8503a69d609d0aee844a91f3f5d66f4e2666c7
      > Author: Rich Lane <rlane@bigswitch.com>
      > Date:   Tue Mar 12 10:16:33 2013 -0700
      >
      >     remove pylibopenflow tools
      
      Signed-off-by: default avatarIsaku Yamahata <yamahata@valinux.co.jp>
      356e9d8a
  23. Mar 14, 2013
  24. Mar 09, 2013
Loading