- Sep 27, 2014
-
-
cody burkard authored
-
- Sep 24, 2014
- Sep 23, 2014
-
-
Bob Lantz authored
-
Bob Lantz authored
Apparently there is a conflict where the lua plugin conflicts with the built-in dissector for openflow that is included with 1.12 and up. For now, we will just not install the plugin. This should fix the 14.10 VM build. Additionally, I have added a handy function, version_ge, which compares version numbers in canonical x.y.z format. Thanks to stackoverflow for pointing out the incredibly useful sort -V option!
-
Bob Lantz authored
The older wireshark dissectors were not well-maintained and were a pain to build. They also added tons of extra junk into our VM images! The ones built into the current wireshark are deficient for 1.3. The solution for the future is almost certainly to go with the lua-based plugin, since it is architecture-independent and should be much easier to maintain and upgrade.
-
- 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.
-
Bob Lantz authored
file no longer returns image size on 14.04 fixes #373
-
- Sep 04, 2014
-
-
Bob Lantz authored
Fixes #372
-
- Aug 15, 2014
-
-
Brian O'Connor authored
-
- Aug 14, 2014
-
-
Brian O'Connor authored
-
- Jul 15, 2014
-
-
Bob Lantz authored
-
- Jun 07, 2014
-
-
Brian O'Connor authored
-
- May 29, 2014
-
-
Brian O'Connor authored
-
- Apr 23, 2014
-
-
Bob Lantz authored
-
- Feb 28, 2014
-
-
Bob Lantz authored
-
- Feb 26, 2014
-
-
Gregory Gee authored
This argument expect a parameter which is the version number of OVS you wish to install. install.sh -V 2.0.0 What is nice that I tested, is that you can keep running the above to change which OVS version you want to test with. Also, if a new version of OVS is released, just run the above again specifying the new version number. The version number must match the version number in the tarball file name like openvswitch-2.0.0.tar.gz. In this case, the version specified must be 2.0.0.
-
Bob Lantz authored
-
- Jan 25, 2014
-
-
Bob Lantz authored
This is added because we install Ubuntu from a serial console. Fixes #265
-
- Jan 15, 2014
- Jan 14, 2014
-
-
Bob Lantz authored
-
- Jan 11, 2014
- Dec 13, 2013
-
-
Brian O'Connor authored
-
Brian O'Connor authored
-
- Dec 12, 2013
- Nov 21, 2013
-
-
Bob Lantz authored
-
- Oct 06, 2013
-
-
Fernando Cappi authored
-
- Sep 19, 2013
- Sep 18, 2013