History | View | Annotate | Download (2.4 KB)
Fix SSHD example by generalizing input intf args
A number of functions in node.py look like this: return self.intf( intf ).<other stuff>
Previously, self.intf(...) in Node would expect a string name for aninterface and return None if an object was passed in instead of a...
Fix codecheck and MininetWithControlNet.
Fix examples to work with new API (and vice-versa.)
Move init() into Mininet() and remove calls (since called automatically.)Note: we should probably rename it "setup()" to avoid confusion.
Added comment advising use of high-level API.
Change to use setLogLevel()
Made compatible with rearranged args for createLink.
Removed underscores for public Node methods. Minor cleanup & comments.
Fixed to be compatible with new setIP().
Restored scratchnet and scratchnetuser demos.
Also changed the str format for nodes to use str() ratherthan repr() so we don't end up with extraneous quotes.
Use setuptools to install python files
Now, to reference mininet files, use 'import mininet.mininet'.
PYTHONPATH mods are no longer required for installation.
Minor tweaks and corrections.Added commentary on control network to mininet.py.Hopefully fixed linearbandwidth.py for real.
Tweaks to documentation files and sshd and xterms examples.
Added scratchnetuser.