Skip to content
Snippets Groups Projects
  1. Jan 28, 2015
  2. Jan 27, 2015
    • Bob Lantz's avatar
      Merge OVSBatch into OVSSwitch · bdad3e8c
      Bob Lantz authored
      Note that we are changing the interface of batchStartup/Shutdown
      slightly so that the method can choose not to start some of the
      switches. We might wish to refine this a bit...
      bdad3e8c
  3. Jan 26, 2015
  4. Jan 15, 2015
  5. Dec 09, 2014
  6. Dec 04, 2014
  7. Dec 02, 2014
  8. Nov 25, 2014
  9. Nov 24, 2014
  10. Nov 19, 2014
  11. Nov 18, 2014
  12. Nov 12, 2014
  13. Nov 11, 2014
  14. Sep 27, 2014
  15. Sep 05, 2014
    • Bob Lantz's avatar
      Cluster edition prototype: remote nodes and links. · c265deed
      Bob Lantz authored
      We add a new experimental feature to allow Mininet to run across
      a cluster of machines. This is currently implemented via a set
      mix-in classes that provide remote nodes that are implemented
      via a connection to a remote shell, and remote links which are
      tunnels across servers. In this preliminary implementation,
      both control and data connections are made via ssh, but this
      could change in the future.
      
      A MininetCluster class is provided which allows existing code
      to be used with minimal modification - all that is required is
      to provide a list of servers to use. A customizable placement
      algorithm may also be specified. An experimental CLI subclass
      is also provided to make it easier to examine node placement;
      status and links commands can also check whether nodes and
      tunnels are still running.
      
      Although this is an experimental feature, it does include a
      --cluster option to make it convenient to start up a Mininet
      simulation over a cluster, and a script to assist with setting
      up the prerequisite authentication via ssh key pairs.
      
      The cluster feature is preliminary and missing some obvious
      important features, such as parallel startup and multiple tunnel
      types, which we hope to add in the future.
      c265deed
  16. Aug 13, 2014
  17. Aug 01, 2014
  18. Jul 25, 2014
  19. Jul 23, 2014
  20. Jul 19, 2014
  21. Jul 16, 2014
  22. Jul 15, 2014
  23. Jul 12, 2014
  24. Jul 10, 2014
  25. Oct 23, 2013
  26. Oct 04, 2013
  27. Oct 03, 2013
    • Brian O'Connor's avatar
      Adding NAT class · 47b9466f
      Brian O'Connor authored
      Includes automatic NAT feature (mn --nat) and addNAT convenience method for topologies
      fixes #111
      47b9466f
  28. Jul 26, 2013
  29. Jun 27, 2013
  30. May 23, 2013
Loading