Activity
From 10/14/2014 to 11/12/2014
11/12/2014
- 11:52 PM Revision 307302ed (mininet): Clarify dependencies
- 11:50 PM Revision a60f77ad (mininet): Clarify checking out a version, and add Debian/Fedora
- 11:50 PM Revision 383c3fb3 (mininet): in-line documentation link
- 11:17 PM Revision a64f8c28 (mininet): Don't blow away parameters that aren't specified in node.config()
- 09:33 PM Revision 377d1b1c (mininet): 2.2.0b0 -> 2.2.0b1
- 09:29 PM Revision dde2263f (mininet): Disable shared SSH connections by default.
- Note that we do still provide a default if you specify
ControlPath=True - 09:12 PM Revision 43461905 (mininet): Satisfy pyflakes by making a local cli variable
- 09:08 PM Revision b739cd11 (mininet): Remove obsolete util.custom(), and make custom() a method
- 08:25 PM Revision bc6ef0da (mininet): Merge pull request #435 from mininet/devel/custom
- Adding support for multiple custom files
11/11/2014
- 07:54 PM Revision 6008f987 (mininet): Merge pull request #436 from cdburkard/patches/plot
- fix plot command to work when standard classes are present
- 11:14 AM Revision 3ac0dd70 (mininet): 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
*... - 08:14 AM Revision 0f0fe823 (mininet): Fix typo, ugh.
- 07:31 AM Revision 6be4bfd0 (mininet): Avoid mirrors.kernel.org for now
- 07:00 AM Revision d9d209f3 (mininet): Update from official archive since mirror seems to be failing
- 06:45 AM Revision 2059786f (mininet): Use sudo -n when talking to VM
- 03:37 AM Revision 635e8f11 (mininet): Add -q option to apt-get for quieter logging
- 12:57 AM Revision 9b5fa1d7 (mininet): Always chdir() to current working directory.
- 12:50 AM Revision 1955e904 (mininet): Minor cleanup.
- 12:48 AM Revision 222e87da (mininet): Rearrange init code slightly.
- 12:46 AM Revision a89ccb78 (mininet): Fix problem of ssh'ing into "localhost" on a remote node.
- 12:23 AM Revision 2013b7ae (mininet): Merge pull request #428 from cdburkard/patches/cluster_servers
- standardize on localhost for local server's name
11/10/2014
- 11:18 PM Revision 3e1100b7 (mininet): 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 w... - 10:12 PM Revision 086afe85 (mininet): Merge pull request #434 from cdburkard/patches/cluster_x11
- wrap the title string in quotes so that bash interprets it correctly
- 10:09 PM Revision abcdf185 (mininet): Uninstall ntpd to disable it more reliably
- 08:39 PM Revision 4a304688 (mininet): 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. - 08:37 PM Revision d3377bf9 (mininet): Add seconds option to iperf()
11/08/2014
- 12:58 AM Revision 15275048 (mininet): Merge pull request #433 from mininet/devel/update-version-2.2b0
- Initial update of README, text files and versions for 2.2.0b0
- 12:16 AM Revision 3baccfee (mininet): Merge pull request #416 from mininet/devel/multitopo
- Multi-link topology support
11/07/2014
- 11:23 PM Revision 481cbea1 (mininet): Update mininet docs ref to markdown format
- 11:12 PM Revision b817cbc0 (mininet): Update documentation link
- 11:08 PM Revision bb76c212 (mininet): Use 2.2.0b0 for consistency with earlier Mininet releases
- 09:47 PM Revision c92c4efb (mininet): Add a few clarifying comments
- 09:42 PM Revision 39203484 (mininet): Make port1, port2 truly optional and don't pass them to Link()
- 09:40 PM Revision 2a2d6050 (mininet): Get rid of paramDict and simplify things a bit
- 01:10 PM Revision 0676346a (mininet): fix plot command to work when standard classes are present
- 10:32 AM Revision 93fdb69e (mininet): standardize on localhost for local server's name
- 09:29 AM Revision c7921fe4 (mininet): Merge pull request #432 from mininet/devel/fallback
- Fall back to OVSBridge if no controller is available for default switch
- 09:11 AM Revision 3660e6d0 (mininet): wrap the title string in quotes so that bash interprets it correctly
11/06/2014
- 08:05 PM Revision 083322a2 (mininet): Draft update for Mininet 2.2b0
- 08:05 PM Revision 8225105c (mininet): Fix to allow more flexible version numbers
- 03:28 PM Revision 2a48fb19 (wcn_emulator): added random graph generator for tests
- 10:50 AM Revision 13caa942 (wcn_emulator): test topology
- 02:43 AM Revision ccd3276d (mininet): Raise exception if DefaultController cannot find a controller
- 02:41 AM Revision f51eddef (mininet): Return controller correctly.
- 12:49 AM Revision 4f8aa1d8 (mininet): Don't check rt_runtime_us for CFS scheduler
- 12:18 AM Revision 060d46a2 (mininet): 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, se...
11/05/2014
- 01:20 AM Revision 820c3be7 (mininet): Reorganize CFS and RT default/error conditions.
- 12:27 AM Revision a562ca1b (mininet): Move RT check into its own method, and save value.
- 12:09 AM Revision 658761d9 (mininet): Merge pull request #419 from cdburkard/patches/rt_failure_output
- fix silent failures when rt cannot be assigned - will follow up on this
11/04/2014
- 11:09 PM Revision ec9f02c7 (mininet): Merge pull request #424 from cdburkard/devel/mergePrivate
- merge HostWithPrivateDirs into Node
- 08:49 PM Revision f75bee62 (mininet): Merge pull request #429 from cdburkard/patches/cluster_m
- ensure we retrieve a single PID when run on a cluster node
- 11:24 AM Revision 1b69ea13 (mininet): Merge branch 'fallback' of https://github.com/thinred/mininet into t...
- Conflicts:
bin/mn
mininet/node.py - 04:01 AM Revision 6e5ac34b (mininet): Update module comment.
11/03/2014
- 10:25 PM Revision e77123cf (mininet): Remove unnecessary 0
- 10:20 PM Revision 8dea57d2 (mininet): Ignore link info when sorting links.
- 08:59 PM Revision 634761b8 (mininet): Fix edges() and add convertTo() to Topo() (with keys option)
- 08:43 PM Revision 01aac350 (mininet): Remove unused edgeinfo
- 05:29 PM Revision 125bf6f6 (wcn_emulator): times is not mandatory anymore, defaults to 1
- 05:24 PM Revision 0f7dc530 (wcn_emulator): merged with master
- 04:35 PM Revision c813b41b (wcn_emulator): ping full random test
- 04:34 PM Revision 270892c7 (wcn_emulator): added some test topologies
- 04:33 PM Revision c17a8cb2 (wcn_emulator): Initial README file
11/01/2014
- 06:04 AM Revision 993b73c1 (mininet): Adding --upgrade to fetch the latest from GitHub.
- 03:30 AM Revision 08d611f4 (mininet): fix silent failures when rt cannot be assigned
10/31/2014
- 10:06 PM Revision f6de358b (mininet): Try to prime the pump to avoid PACKET_INs during iperf test
- Background: the reference controller is reactive and installs exact
match rules. By attempting to start a telnet sess... - 03:23 PM Revision f66904ab (mininet): ensure we retrieve a single PID when run on a cluster node
- 11:59 AM Revision 6a363f65 (mininet): unmount private directories after use
- 11:43 AM Revision 736db20c (mininet): merge HostWithPrivateDirs into Host
10/30/2014
- 06:23 PM Revision 5984a3f7 (wcn_emulator): add peerstreamer network load test cases. Provide subclasses fo...
- 06:21 PM Revision 3b000ea6 (wcn_emulator): fix killALL bug
10/29/2014
- 04:54 PM Revision 428f3ed3 (wcn_emulator): add PeerStreamer network impact function
- fix also a bug in the linkSentPacket function
- 04:26 PM Revision 6839e49e (wcn_emulator): add gitignore
- 04:25 PM Revision 46af05a6 (wcn_emulator): refactor network packets functions code
- moved net packets function in the PowerNet class
- 03:22 PM Revision 044aba16 (wcn_emulator): refactor peerstreamer arguments passing.
- specify peerstreamer executable flags through the WCNSimulator configuration file
- 03:43 AM Revision ba8ea8f0 (mininet): Return (src, dst) in original order, and allow keys + data
- 12:05 AM Revision eab4ea3f (mininet): Minor fixes
10/28/2014
- 11:10 PM Revision 06d9e4bb (mininet): add example and test for multiple links
- 11:06 PM Revision 38ce329e (mininet): Allow Mininet() to accept multi-link topos w/correct params.
- 11:06 PM Revision 94f088d7 (mininet): Allow natural sort to accept non-strings.
- 10:50 PM Revision 89fb0819 (mininet): First crack at fixing multiple links
- * Makes MultiGraph more like networkx.multigraph
* Adds converTo method
* Synchronizes node1 with xxx1 in link options - 01:20 PM Revision 06127ef6 (wcn_emulator): add network load inspection functions
10/27/2014
10/20/2014
- 02:37 PM Revision 61d61eab (wcn_emulator): addes -s switch
- 01:36 PM Revision 461e26e8 (wcn_emulator): some cleanup of the conf loading functions
10/14/2014
- 08:42 PM Revision aae0affa (mininet): Merge pull request #411 from cdburkard/devel/cli_usage
- add cli usage information
- 08:36 PM Revision 8190e81b (mininet): Merge pull request #410 from cdburkard/patches/tshark_walkthrough_1404
- support wireshark versions greater than 1.11 in test_walkthrough
- 01:11 AM Revision 16a2a6dc (mininet): Merge pull request #400 from cdburkard/patches/fixEmptyPing
- Mininet crashes when running ping between two hosts with no interfaces
- 01:06 AM Revision b7999978 (mininet): Merge pull request #409 from cdburkard/patches/cleanup_tests
- if a test fails or exits with an error, run cleanup as a precaution
- 12:52 AM Revision e1711f35 (mininet): Use server receive rate rather than client send()/buffering rate
- Fixes #412
Also available in: Atom