- Jan 28, 2015
-
-
Bob Lantz authored
-
- Jan 27, 2015
-
-
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...
-
- Jan 26, 2015
-
-
Bob Lantz authored
This implements batch startup for OVS switches.
-
- Jan 15, 2015
-
-
Bob Lantz authored
-
- Dec 09, 2014
-
-
Bob Lantz authored
-
- Dec 04, 2014
-
-
Bob Lantz authored
-
- Dec 02, 2014
-
-
Bob Lantz authored
-
- Nov 25, 2014
-
-
Brian O'Connor authored
-
Brian O'Connor authored
Also, passing CLI args to NAT constructor fixes #437
-
- Nov 24, 2014
-
-
Bob Lantz authored
-
- Nov 19, 2014
-
-
Bob Lantz authored
-
- Nov 18, 2014
-
-
Brian O'Connor authored
-
- Nov 12, 2014
- Nov 11, 2014
-
-
Brian O'Connor authored
Works in a few ways: * a single file: --custom foo.py (as before) * comma-separated list: --custom foo.py,bar.py * multiple custom args: --custom foo.py --custom bar.py
-
Bob Lantz authored
-
Bob Lantz authored
-
- Sep 27, 2014
-
-
cody burkard authored
-
- Sep 05, 2014
-
-
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.
-
- Aug 13, 2014
-
-
Tomasz Buchert authored
-
Tomasz Buchert authored
-
- Aug 01, 2014
-
-
cody burkard authored
-
cody burkard authored
-
cody burkard authored
-
- Jul 25, 2014
-
-
cody burkard authored
-
- Jul 23, 2014
-
-
cody burkard authored
-
- Jul 19, 2014
-
-
cody burkard authored
-
- Jul 16, 2014
-
-
Cody Burkard authored
-
- Jul 15, 2014
-
-
Bob Lantz authored
-
- Jul 12, 2014
-
-
Cody Burkard authored
-
- Jul 10, 2014
-
-
Bob Lantz authored
-
Cody Burkard authored
-
- Oct 23, 2013
-
-
Brian O'Connor authored
-
- Oct 04, 2013
-
-
Brian O'Connor authored
-
- Oct 03, 2013
-
-
Brian O'Connor authored
Includes automatic NAT feature (mn --nat) and addNAT convenience method for topologies fixes #111
-
- Jul 26, 2013
-
-
Brian O'Connor authored
-
Brian O'Connor authored
-
- Jun 27, 2013
-
-
Rich Lane authored
IVS is an open source virtual switch available for download at https://github.com/floodlight/ivs. It uses the openvswitch kernel module.
-
- May 23, 2013
-
-
Bob Lantz authored
Fixes #130
-