wait for sshd to start in example
Fix typo
Merge branch 'patches/linear_bw' of https://github.com/cdburkard/mininet into cdburkard-patches/linear_bw
Merge branch 'patches/fix_sshd' of https://github.com/cdburkard/mininet into cdburkard-patches/fix_sshd
Merge pull request #395 from cdburkard/patches/vlan_fail_output
check for vlan dependency
add 1ms delay to all links to exaggerate TCP bandwidth decrease across an increasing number of links
remove User Switch from linearBandwidth due to poor performance
Merge branch 'master' of github.com:mininet/mininet into patches/fix_sshd
Conflicts: examples/cpu.py
fix popen to work with shell
promote waitListening to util.py
wait until sshd has started on each host
continue to test cfs if rt is not enabled in kernel
Merge pull request #386 from cdburkard/patches/cpu_test
Skip test_cpu.py if RT_GROUP_SCHED is not enabled
Merge pull request #387 from cdburkard/patches/iperf_bw
use udp with iperf to measure loss. pings are not reliable
measure loss with udp iperf
skip test if RT_GROUP_SCHED is not enabled
Merge pull request #229 from mininet/devel/mobility-example
A simple mobility API and example
Remove setup/isOldOVS which have been merged into OVSSwitch
Merge pull request #381 from cdburkard/examples/interfaces
adding example and test for intf.config()
Merge pull request #374 from cdburkard/patches/rt
check if RT_GROUP_SCHED is enabled in kernel
adding example and test for intf.config
add findUser() to clean up user identification
adding sanity check for cluster edition
Cluster edition prototype: remote nodes and links.
We add a new experimental feature to allow Mininet to run acrossa cluster of machines. This is currently implemented via a setmix-in classes that provide remote nodes that are implementedvia a connection to a remote shell, and remote links which are...
Merge pull request #362 from mininet/devel/vlanhost
Adding VLANHost to Examples
adding comment to VLANStarTopo in vlanhost.py
adding test for vlanhost.py and adding vlantopo example
chmod +x vlanhost.py
linuxrouter.py: changing name, printing routing table, and some more documentation
adding documentation and test for linuxrouter.py
adding vlanhost.py
adding linuxrouter.py
Pass rename correctly in moveSwitch()
Fix version check.
Allow port selection in addIntf() and moveIntf()
Rename intfs, and add simple moveHost() function
Simple mobility example.
Merge pull request #353 from mininet/devel/nat
Adding NAT class to NodeLib
Update to MiniEdit 2.2.0.1- Replace custom code to set OF protocols with new Mininet available API to set.
Update to MiniEdit 2.2.0.0
- Updated for new Mininet 2.2.0- Support TCP or SSL for remote controller- Support HostWithPrivateDirs Hosts
adding line to natnet.py
moving NAT to nodelib
adding natnet example test
Update to MiniEdit 2.1.0.9Includes some big fixes and new feature to run user defined command duringnode start and stop.
Merge branch 'master' into nat
Conflicts: mininet/net.py mininet/node.py
fixed linearbandwidth and waitconnected
added waitConnect to linearbandwidth example.
use a single mininet instance in bindpy
added documentation for HostWithPrivateDirs
mountprivatedirs is no longer needed
added persistence option to HostWithPrivateDirs. also attached mount namespaces when mnexec -a is specified
Merge branch 'patches/fix_bindpy' of https://github.com/cdburkard/mininet into patches/fix_bindpy
fixed issue with AssertTrue and skip first test if using old OVS version
imported warn from mininet.log
Added support for mount namespaces in bind.py. Also moved it to the node class as a host type.
restructured code and added a test for the numberedports.py example
corrected code
explaining test
adding example to test functionality of port numbering
Merge pull request #257 from ggee/miniedit21071
Uploading MiniEdit 2.1.0.7.1
build=False is unnecessary if topo=None, which is the default
Update to 2.1.0.8.1. Include a fix to work around Mininet version numberchecking with non-numeric characters.
Update to 2.1.0.8
Merge pull request #252 from sieben/useless_parenthesis
fixup: useless_parenthesis
Update test_simpleperf.py
Add spaces.
Merge pull request #253 from sieben/Simplify_chained_comparaison
OK...
Many changes since master version.- save/load topologies- host, controller, switch and link properties- link actions to set status up/down
fixup: unresolved_references
fixup: Simplify_chained_comparaison
Minor codecheck fixes
Only restart network-manager if we've changed config
small fixes for NAT
fixing --nat option in mn
adding internet / nat example
Avoid reverse DNS lookup
Clean up sshd.py and its test so it works on VirtualBox
Update README.md
Minor cosmetic edits
Added .md to README so that it displays nicely on github.
add rm to sshd tests
added -quick options to skip long tests
fixed runner.py and added -v and -quick options
changed 1% to 2% in test_limit.py
cleaned up and commented test_simpleperf.py
cleaned up and commented test_tree1024.py and test_treeping64.py
cleaned up and commented test_sshd.py
cleaned up and commented test_scratchnet.py
cleaned up and commented test_popen.py
cleaned up and commented test_nat.py; added check for connectivity before running test
cleaned up and commented test_multitest.py
cleaned up and commented test_multipoll.py
cleaned up and commented test_multiping.py
cleaned up and commented test_linearbandwidth.py
cleaned up and commented test_limit.py
cleaned up and commented test_hwintf.py