- 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.
-
- 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
-
- Oct 06, 2013
-
-
Fernando Cappi authored
-
- Sep 18, 2013
-
-
Bob Lantz authored
fixes #212
-
- Sep 14, 2013
-
-
Jose Pedro Oliveira authored
-
Jose Pedro Oliveira authored
-
Jose Pedro Oliveira authored
-
Jose Pedro Oliveira authored
-
- Sep 11, 2013
-
-
Bob Lantz authored
-
Brian O'Connor authored
-
- Aug 25, 2013
-
-
Bob Lantz authored
fixes #192
-
- Aug 22, 2013
-
-
Jose Pedro Oliveira authored
-
Jose Pedro Oliveira authored
-
Jose Pedro Oliveira authored
-
- Aug 15, 2013
-
-
Brian O'Connor authored
-
Brian O'Connor authored
Use files instead of sysctl to set limits
-
- Aug 05, 2013
-
-
Brian O'Connor authored
-
- Jul 31, 2013
-
-
Brian O'Connor authored
fixes #180
-
- Jul 24, 2013
-
-
Brandon Heller authored
D'oh! Next time test presence _and_ absense of an added env var. OTOH, when people notice this quickly, it means they're using install.sh :-)
-
- Jul 20, 2013
-
-
Brian O'Connor authored
Developer dependencies are ~1GB
-
- Jul 19, 2013
-
-
David Erickson authored
-
David Erickson authored
-
- Jul 15, 2013
-
-
Vitaliy Ivanov authored
Right now after installing mininet using util/install.sh there is a problem when try to generate doc: make doc doxygen doc/doxygen.cfg make: doxygen: Command not found make: *** [doc] Error 127 Adding doxygen, doxypy and texlive-fonts-recommended packages to fix the problem.
-
- Jul 10, 2013
-
-
Brian O'Connor authored
Fixes #94
-
- Jun 29, 2013
-
-
Rich Lane authored
-
- Jun 21, 2013
-
-
Brandon Heller authored
If NBEEURL is defined when running install.sh, use that location. Enables use of a local mirror for netbee download. Thanks to David Erickson for the code.
-
- Jun 20, 2013
- Jun 05, 2013
-
-
Brandon Heller authored
The previous version (12-05-16) does not compile on Ubuntu 12.10. Also use a local variable to reduce duplication.
-
- May 23, 2013
-
-
ryanc authored
Conflicts: util/install.sh closes #100
-
- Apr 10, 2013
-
-
Bob Lantz authored
-