History | View | Annotate | Download (10.1 KB)
Minor text updates in preparation for ONS release.
Pre-1.0rc0 changes to text files.
Better order - kernel first, then mininet, then everything else.
Get the options right...
More edits for pre-beta.
Update for openflow.org URLs.
More installation edits.
More edits.
Added more hopefully useful information.We may want to start cutting things at some point - it looks morecomplicated than it really is!
Updated for 1.0 and to reflect install.sh.
Changed git clone command.
Changed installation notes to reflect VM image install.
Minor changes for alpha.
Added alpha releas comments, inc. do not distribute yet.
Added install notes for install.sh.
Minor tweaks for alpha.
Minor formatting changes.
Minor tweaks.
Updated installation notes and added patch for controller.c.
Added patch for 2.6.33.x kernel.
For now, make install.
Updated to reflect changes and include 2.6.33 patch.
Working a bit on text files. Removed netns.
Automatically load kernel module dependencies
Before this commit, you'd have to manually insert the kernel module forOVS or OF kernel modules, and you couldn't run one regression test withall 3.
Now, these are kmod insert/remove is handled automatically.
Fix minor typo
Minor config notes changes.
Minor changes and corrections.
Move sysctl params to separate file
Simplifies installation step
Remove/merge obsolete examples
Use setuptools to install python files
Now, to reference mininet files, use 'import mininet.mininet'.
PYTHONPATH mods are no longer required for installation.
Fixed problem for empty lists in cleanup.Added retry() function for createLink to see if it helps (probably won't.)Random edits to docs.
First crack at allowing Controller to be customized.Network may now be used with custom controllers.An example of doing this is in nox.py, which instantiates at TreeNetusing a custom Controller, NoxController, that runs nox_core ratherthan the reference controller.
Tweaks to documentation files and sshd and xterms examples.
Added scratchnetuser.
Cleanup of doc files.Fixed xterm.py (and cleanup) to clean up screen sessions.Cleaned up sshd.py (though interface is still in flux.)Added 1024-node network example (treenet1024.py).Added example showing multiple tests on a single network (multitest.py)....
Fixed bigTreePing64.More edits for INSTALL and README files.Batteries still not included (for the moment.) ;-)
Tweaks for install and readme files.
Added INSTALL file incorporating Brandon's suggestions.
More tweaks for examples, which are still in progress.