Bob Lantz
aabbf29542
Revert to old "Adding controller" message
2014-11-19 08:58:17 -08:00
backb1
b7898befef
raise exception when no prefixLen is set
2014-11-19 08:58:17 -08:00
backb1
6721f0655e
Some clarifications
2014-11-19 08:58:17 -08:00
lantz
d37d6ecd99
Merge pull request #241 from moijes12/fix44
...
(pending) Create test_switchdpidassignment.py
2014-11-20 14:14:14 -08:00
Rich Lane
f5164f86b7
IVSSwitch: turn off verbose logging by default
...
Most users don't need this much logging and it slows down the switch.
2014-11-19 18:24:49 -08:00
Bob Lantz
de002b0d9a
Remove ^S which was in this file (thanks emacs bindings)
2014-11-12 17:39:50 -08:00
Bob Lantz
a64f8c28bd
Don't blow away parameters that aren't specified in node.config()
2014-11-12 15:17:17 -08:00
Bob Lantz
377d1b1cd8
2.2.0b0 -> 2.2.0b1
2014-11-12 13:33:34 -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
d3377bf911
Add seconds option to iperf()
2014-11-10 12:37:54 -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
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
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
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
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
Bob Lantz
01aac350fa
Remove unused edgeinfo
2014-11-03 12:43:52 -08:00
Cody Burkard
08d611f49b
fix silent failures when rt cannot be assigned
2014-10-31 20:30:36 -07:00
cody burkard
6a363f65e3
unmount private directories after use
2014-10-31 04:59:35 -07:00
cody burkard
736db20c9f
merge HostWithPrivateDirs into Host
2014-10-31 04:43:10 -07:00
Bob Lantz
ba8ea8f0cc
Return (src, dst) in original order, and allow keys + data
2014-10-28 20:43:10 -07:00
Bob Lantz
eab4ea3fb9
Minor fixes
2014-10-28 17:05:00 -07:00
Bob Lantz
38ce329e7e
Allow Mininet() to accept multi-link topos w/correct params.
2014-10-28 16:06:53 -07:00
Bob Lantz
94f088d7e8
Allow natural sort to accept non-strings.
2014-10-28 16:06:53 -07:00
Bob Lantz
89fb081983
First crack at fixing multiple links
...
* Makes MultiGraph more like networkx.multigraph
* Adds converTo method
* Synchronizes node1 with xxx1 in link options
2014-10-28 15:50:06 -07:00
lantz
aae0affae4
Merge pull request #411 from cdburkard/devel/cli_usage
...
add cli usage information
2014-10-14 13:42:40 -07:00
lantz
8190e81ba8
Merge pull request #410 from cdburkard/patches/tshark_walkthrough_1404
...
support wireshark versions greater than 1.11 in test_walkthrough
2014-10-14 13:36:24 -07:00
lantz
16a2a6dc55
Merge pull request #400 from cdburkard/patches/fixEmptyPing
...
Mininet crashes when running ping between two hosts with no interfaces
2014-10-13 18:11:19 -07:00
Bob Lantz
e1711f357a
Use server receive rate rather than client send()/buffering rate
...
Fixes #412
2014-10-13 17:52:47 -07:00
Cody Burkard
f341159300
support wireshark versions greater than 1.11
2014-10-13 10:52:37 -07:00
cody burkard
cac98f5fd5
add cli usage information
2014-10-10 20:32:15 -07:00
cody burkard
7c5d2771f7
wait for sshd to start in example
2014-10-03 04:52:21 -07:00
Bob Lantz
2ceb57915a
Merge branch 'cdburkard-patches/test_walkthrough'
2014-10-07 16:11:03 -07:00
Bob Lantz
61c144b9f6
Minor fixes to wireshark test
2014-10-07 16:08:57 -07:00
lantz
8537e8d9fa
Merge pull request #404 from cdburkard/patches/default_cli
...
use node.pexec() to update IP address of intf instead of node.cmd()
2014-10-07 14:27:46 -07:00