History | View | Annotate | Download (22.8 KB)
Install vconfig in VM for VLAN example
This should help with #393 although it doesn't solvethe root issue of the example failing silently whenvconfig is missing.
add Ryu controller to mininet
Try to install openvswitch-testcontroller if needed
Fix -a
Fix wireshark namespace conflict and don't reinstall
Install coloring rules regardless of plugin. Also don't clobber.
Don't install lua plugin for wireshark 1.12+
Apparently there is a conflict where the lua pluginconflicts with the built-in dissector for openflowthat is included with 1.12 and up. For now, we willjust not install the plugin. This should fix the14.10 VM build....
Switch to loxigen-built openflow.lua wireshark plugin
The older wireshark dissectors were not well-maintainedand were a pain to build. They also added tons of extra junkinto our VM images! The ones built into the currentwireshark are deficient for 1.3. The solution for the...
Merge pull request #283 from ggee/ovs2install
OVS install Ubuntu packages
Fix IVS build
Change the installation to a separate option as recommended with -V. 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...
Remove Ubuntu 10 and Debian Lenny and add Debian Wheezy support
Update Oflops repository in install.sh
Remove unneeded bc dependency
fixes #212
Fedora: update status messages
Replaces a couple of 'sudo apt-get install -y' instances by '$install'
Fedora: support the -w option (wireshark)
Fedora: support the -v option (OVS)
Merge branch 'master' of https://github.com/mininet/mininet
Conflicts: mininet/node.py -- revert our change; better solution upstream util/install.sh -- resolved the conflict (echo statement)
Find wireshark dir using find (fix for 13.10)
install.sh: making BUILD_DIR more robust
Remove gigantic doxypy/texlive/fonts from install.sh -afixes #192
Add a small notice about the Fedora's support.
Make options -f and -b work in Fedora 19
Make install.sh support Fedora 19 (install.sh -n)
Some cleanup and style fixes for fixlimits
Cleaned up sysctl and rlimit test and setUse files instead of sysctl to set limits
Fixed modprobe install. Checks to ensure that OVS_KMODS is set
Merge branch 'ivs' of https://github.com/rlane/mininet into rlane-ivs
Conflicts: util/install.sh
fixes #159
install.sh automatically detects wireshark version and installs correct version of of-dissectorfixes #180
install.sh: Fix break from version overrides missing, + annotate them
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 :-)
Moving developer dependencies to separate function in install.shDeveloper dependencies are ~1GB
Merge pull request #171 from vitalivanov/dev
Cleanup and cosmetic changes.
Enable OF 1.3 switch revision choice
Enable OF dissector revision choice
Adding mininet doxygen installation dependencies.
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 127Adding doxygen, doxypy and texlive-fonts-recommended packages to fix the problem.
Fixed install.sh script to allow Mininet to be installed from any directory (not just ~/)Fixes #94
install.sh: add support for IVS
install.sh: Make OF1.3 Netbee location cmd-line configurable
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.
"file blocks" -> "disk blocks"
Use dd to zero out disk space (hopefully faster)
vm_cleanup: add apt-get autoremove, and zero disk blocks
Separate VM finalization as install.sh -tc
install.sh: Use newer Netbee location for OF1.3 install
The previous version (12-05-16) does not compile on Ubuntu 12.10.
Also use a local variable to reduce duplication.
Remove networkx dependency
Conflicts:
util/install.sh
closes #100
Fix X11 forwarding (broken by no IPv6) for real
Move IPv6 disable to 'other', and fix X11 forwardingshould fix #128
Change makeTerm() to tunnel X11 using socat if neededFor local display, allow local root accessFor remote display, tunnel with socat/mnexecThis should enable wireshark in hosts and fix #119
Clean up options and fix of13 to use sudo for netbee
Add options to install OpenFlow 1.3 switch and compatible NOX controller.
Signed-off-by: Bob Lantz <rlantz@cs.stanford.edu>
Fix usage message to note correct options and OS compatibility.closes #85
tools/install.sh: update oftest
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...
install.sh: add Telnet
Reported-by: Julius Bachnick
https://mailman.stanford.edu/pipermail/mininet-discuss/2012-November/001349.html
Remove redundant wireshark install.
Merge branch '2.0dev' into 2.0merge
Conflicts: .gitignore .pylint examples/miniedit.py mininet/node.py mininet/util.py util/install.sh util/vm/install-mininet-vm.sh
install: Add 'make codecheck' deps
These total to only ~200KB.
install: Update OFTest repo location
This repo has moved to git://github.com/floodlight/oftest.git
install: Add help2man to MN deps
'make install' calls help2man, so apt-get install it beforehand.
Deprecate NOX-classic; "install" POX. Fixes #61
Update util/install.sh
Update to reflect new NOX classic repo on github and default branch.
Update oftest repo location
Fixes Issue 41: https://github.com/mininet/mininet/issues/41
Reported-by: sublinhado on GitHub
Ignore error installing OVS controller, and disable its startup script.
Add libconfig-dev dependency for oflops.
Patch/hacks to enable NOX destiny/classic to compile on Ubuntu 12.04
Change wireshark install to reflect new repository location.
Add missing libconfig-dev dependency for oflops.
Fix typo.
Fix wireshark dissector install on 11.10
Add install message for wireshark dissector.
Support libwireshark[0,1] for 11.04 and 11.10
Use correct non-authenticated clone for of-dissector.
Add support for updated wireshark plugin.Need to verify this works with 11.04.
Add openvswitch-datapath-dkms if no datapath installed.
Add cgroup and ethtool dependencies for mininet (w/hifi integration.)
Use upstream OVS packages.
Ugh, typo.
Don't crash if we can't uninstall kernel.
openvswitch-switch needs python-argparse
Update OVS build suffix.
Still dealing with install directory issues...
dkms needs kernel headers.
Force config files to be installed even if removed/edited. ;-/
More OVS install fixes.
Only install module manually if we built OVS from source.
More controller-stopping madness.
sudo cp for wireshark plugin
Handle libwireshark0/libwireshark1
Fixed arch detection - should be i686 rather than just 686
Make sure bc is installed.
Disable automatic openvswitch-controller startup.
Fix OVS 1.4.0 switch and controller package build/remove/install.
Add $install + various cleanup.
install.sh: Copy Wireshark dissector to global plugin dir
Change to not fail if OS not detected, and to print detected OS.
Fix for 10.04 whose default kernel doesn't have CONFIG_NET_NS enabled.
Changes (OVS 1.2.2, NOX destiny) for installation on Ubuntu 11.10 oneiric.
Try to make format mostly consistent. No tabs for the moment, althoughwe could switch to smart tabs (i.e. tab for indent, space for align.)
Have install.sh apply controller patch for > 16 switches