Bob Lantz
377d1b1cd8
2.2.0b0 -> 2.2.0b1
2014-11-12 13:33:34 -08:00
Bob Lantz
dde2263fe7
Disable shared SSH connections by default.
...
Note that we do still provide a default if you specify
ControlPath=True
2014-11-12 13:29:58 -08:00
Bob Lantz
434619053a
Satisfy pyflakes by making a local cli variable
2014-11-12 13:12:22 -08:00
Bob Lantz
b739cd11c8
Remove obsolete util.custom(), and make custom() a method
2014-11-12 13:08:36 -08:00
lantz
bc6ef0dad8
Merge pull request #435 from mininet/devel/custom
...
Adding support for multiple custom files
2014-11-12 12:25:46 -08:00
Brian O'Connor
3ac0dd7093
Adding support for multiple custom files
...
Works in a few ways:
* a single file: --custom foo.py (as before)
* comma-separated list: --custom foo.py,bar.py
* multiple custom args: --custom foo.py --custom bar.py
2014-11-11 03:14:46 -08:00
Bob Lantz
0f0fe82350
Fix typo, ugh.
2014-11-11 00:14:11 -08:00
Bob Lantz
6be4bfd026
Avoid mirrors.kernel.org for now
2014-11-10 23:31:08 -08:00
Bob Lantz
d9d209f34d
Update from official archive since mirror seems to be failing
2014-11-10 23:00:56 -08:00
Bob Lantz
2059786f7b
Use sudo -n when talking to VM
2014-11-10 22:45:42 -08:00
lantz
6008f987d3
Merge pull request #436 from cdburkard/patches/plot
...
fix plot command to work when standard classes are present
2014-11-11 11:54:56 -08:00
Bob Lantz
635e8f11f3
Add -q option to apt-get for quieter logging
2014-11-10 19:37:11 -08:00
Bob Lantz
9b5fa1d7ed
Always chdir() to current working directory.
2014-11-10 16:57:12 -08:00
Bob Lantz
1955e90493
Minor cleanup.
2014-11-10 16:50:24 -08:00
Bob Lantz
222e87daeb
Rearrange init code slightly.
2014-11-10 16:48:20 -08:00
Bob Lantz
a89ccb789e
Fix problem of ssh'ing into "localhost" on a remote node.
2014-11-10 16:46:43 -08:00
lantz
2013b7ae81
Merge pull request #428 from cdburkard/patches/cluster_servers
...
standardize on localhost for local server's name
2014-11-10 16:23:59 -08:00
Bob Lantz
3e1100b71a
Clarify MultiTopo docstrs and copy addLInk opts
...
Note: it's a bit confusing, but we need to copy the link
parameter dicts (since we update them with node info), but we
can share the node dicts. Perhaps we should copy the node
dicts as well...
2014-11-10 15:18:05 -08:00
lantz
086afe852b
Merge pull request #434 from cdburkard/patches/cluster_x11
...
wrap the title string in quotes so that bash interprets it correctly
2014-11-10 14:12:39 -08:00
Bob Lantz
abcdf18547
Uninstall ntpd to disable it more reliably
2014-11-10 14:09:35 -08:00
Bob Lantz
4a304688f4
Select TCP Reno and run iperf for a longer time interval
...
The hope is that this will make the results a bit more consistent
when running in a VM environment.
2014-11-10 12:39:55 -08:00
Bob Lantz
d3377bf911
Add seconds option to iperf()
2014-11-10 12:37:54 -08:00
Bob Lantz
481cbea10c
Update mininet docs ref to markdown format
2014-11-07 15:23:18 -08:00
Bob Lantz
b817cbc0ed
Update documentation link
2014-11-07 15:12:12 -08:00
lantz
15275048b6
Merge pull request #433 from mininet/devel/update-version-2.2b0
...
Initial update of README, text files and versions for 2.2.0b0
2014-11-07 16:58:12 -08:00
lantz
3baccfee3a
Merge pull request #416 from mininet/devel/multitopo
...
Multi-link topology support
2014-11-07 16:16:25 -08:00
Bob Lantz
bb76c21275
Use 2.2.0b0 for consistency with earlier Mininet releases
2014-11-07 15:08:15 -08:00
Bob Lantz
c92c4efb66
Add a few clarifying comments
2014-11-07 13:47:03 -08:00
Bob Lantz
39203484a6
Make port1, port2 truly optional and don't pass them to Link()
2014-11-07 13:42:50 -08:00
Bob Lantz
2a2d605074
Get rid of paramDict and simplify things a bit
2014-11-07 13:40:00 -08:00
cody burkard
0676346aeb
fix plot command to work when standard classes are present
2014-11-07 05:10:06 -08:00
cody burkard
93fdb69ee3
standardize on localhost for local server's name
2014-11-07 02:32:42 -08:00
Brian O'Connor
c7921fe402
Merge pull request #432 from mininet/devel/fallback
...
Fall back to OVSBridge if no controller is available for default switch
2014-11-07 01:29:06 -08:00
cody burkard
3660e6d02f
wrap the title string in quotes so that bash interprets it correctly
2014-11-07 01:11:40 -08:00
Bob Lantz
083322a217
Draft update for Mininet 2.2b0
2014-11-06 12:05:55 -08:00
Bob Lantz
8225105cf2
Fix to allow more flexible version numbers
2014-11-06 12:05:33 -08:00
Bob Lantz
ccd3276dcf
Raise exception if DefaultController cannot find a controller
2014-11-05 18:43:58 -08:00
Bob Lantz
f51eddef6d
Return controller correctly.
2014-11-05 18:41:00 -08:00
Bob Lantz
4f8aa1d8a0
Don't check rt_runtime_us for CFS scheduler
2014-11-05 16:49:28 -08:00
Bob Lantz
060d46a282
Set VM date based on host date.
...
This should fix #398 for real; note that if we try to shut down ntpd
right at boot, it doesn't work! ;-(
However, setting the Unix time in the traditional manner using seconds
since 1970 should do the trick!
2014-11-05 16:18:13 -08:00
Bob Lantz
820c3be7df
Reorganize CFS and RT default/error conditions.
2014-11-04 17:20:35 -08:00
Bob Lantz
a562ca1be3
Move RT check into its own method, and save value.
2014-11-04 16:27:34 -08:00
lantz
658761d953
Merge pull request #419 from cdburkard/patches/rt_failure_output
...
fix silent failures when rt cannot be assigned - will follow up on this
2014-11-04 16:09:25 -08:00
Bob Lantz
1b69ea13f5
Merge branch 'fallback' of https://github.com/thinred/mininet into thinred-fallback
...
Conflicts:
bin/mn
mininet/node.py
2014-11-04 03:24:16 -08:00
Bob Lantz
6e5ac34bc2
Update module comment.
2014-11-03 20:01:22 -08:00
lantz
ec9f02c7ab
Merge pull request #424 from cdburkard/devel/mergePrivate
...
merge HostWithPrivateDirs into Node
2014-11-04 15:09:20 -08:00
lantz
f75bee62b5
Merge pull request #429 from cdburkard/patches/cluster_m
...
ensure we retrieve a single PID when run on a cluster node
2014-11-04 12:49:08 -08:00
Bob Lantz
e77123cf0e
Remove unnecessary 0
2014-11-03 14:25:09 -08:00
Bob Lantz
8dea57d271
Ignore link info when sorting links.
2014-11-03 14:20:01 -08:00
Bob Lantz
634761b8a7
Fix edges() and add convertTo() to Topo() (with keys option)
2014-11-03 12:59:53 -08:00