Remove qcow2 post conversion; drop unused etree dep
correction: pexpect.timeout -> TIMEOUT
Detect failed iso download; begin virt-image support
Check `make test` results
Update release URLS - should probably clean this up.
Change to extract kernel and initrd
Remove gigantic doxypy/texlive/fonts from install.sh -afixes #192
Update build directory name to include date.
Get rid of unused pexpect import.
Fix erroneous tab hit before commit.
Works, more or less.
First draft of new world order (create build image from iso)
Final gasp of cloud image version.
Added support for creating a volume rather than a raw partition.
Many more improvements.
Minor changes and script evolution.
Created first revision of VM build script.
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
Add $ to avoid h1 matching h10
install.sh: add support for IVS
Replace /etc/hostname entirely; clarify sources.list edit
Fix typo.
Update archive for 13.04
Add script completion message
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.
Merge pull request #135 from adferguson/adf-vm-script-fix
tiny fix to vm script
Remove networkx dependency
Conflicts:
util/install.sh
closes #100
actually, drop comment as per Bob Lantz
Avoid false matches and detect multiple host processes
Fix X11 forwarding (broken by no IPv6) for real
Move IPv6 disable to 'other', and fix X11 forwardingshould fix #128
Tag node bash processes and add attach scriptTry invoking bash processes with -s mininet:host,for easy identification of hosts. This enableseasy attachment using the util/m script.closes #121
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...
Add configuration to disable IPv6, since old method no longer works.fixes #108
install.sh: add Telnet
Reported-by: Julius Bachnick
https://mailman.stanford.edu/pipermail/mininet-discuss/2012-November/001349.html
Add sudoers entry for current user using `whoami`
Remove vmware easy install leftovers
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.
Create version check utility and add to code check.Fixes #70
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
Add VM install script
make install for sch_htb.ko
modified HTB to fix the perfect synchronization bug
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 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.
Change doxypy.py to doxypy.
Add openvswitch-datapath-dkms if no datapath installed.
Check out CS244 branch for class.
Add cgroup and ethtool dependencies for mininet (w/hifi integration.)
Use upstream OVS packages.
Added setting NOX_CORE_DIR in .bashrc - this should not be necessary.
Script for installing mininet + tutorial into new VM.
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.