Activity
From 10/27/2014 to 11/25/2014
11/25/2014
- 09:01 PM Revision 7a411b6b (mininet): Merge pull request #453 from cdburkard/master
- update examples README with new examples
- 03:17 PM Revision 56379bbc (wcn_emulator): case-sensitive configuration
- 11:50 AM Revision b8b54c8f (wcn_emulator): weighted graphs
- 11:49 AM Revision d08d134a (wcn_emulator): scripts/random_graph_generator.py
- weighted graphs
- 11:48 AM Revision bc1cc761 (wcn_emulator): line breaks
- 11:48 AM Revision c93edefb (wcn_emulator): removed monitor() function
- 03:43 AM Revision c2341cd4 (mininet): update examples README with new examples
- 03:35 AM Revision 4219b229 (mininet): 2.2.0b2
- 03:13 AM Revision 08ab7e8d (mininet): Merge pull request #452 from mininet/nat-cmd
- Updating NAT class to use gateway interface
- 03:04 AM Revision 3ef6bcfa (mininet): Additional info about --nat and LinuxRouter
- 02:36 AM Revision ab97dfa1 (mininet): fixing no --nat issue
- 02:16 AM Revision af1ccf93 (mininet): Updating NAT class to use gateway interface
- Also, passing CLI args to NAT constructor
fixes #437
11/24/2014
- 08:30 PM Revision 015cd9e7 (mininet): Merge pull request #443 from cdburkard/devel/cluster
- use rcmd instead of quietRun when shutting down remote nodes
- 07:27 PM Revision 4e644d74 (mininet): Merge pull request #450 from mininet/sw-cmd
- adding deleteIntfs option to switches and corresponding CLI command
- 01:32 AM Revision 3d44bcdc (mininet): MiniNet -> Mininet
- 01:31 AM Revision 1817cbc3 (mininet): Pass pyflakes
- 01:17 AM Revision e0bf8ece (mininet): Minor code cleanup
- 01:11 AM Revision 37bdf14b (mininet): Rename examples.{intfOptions,multiLink} -> {intfoptions,multilink}
- 01:07 AM Revision 292e69f8 (mininet): Renamed to intfoptions.py for consistency
- 01:04 AM Revision dd876e69 (mininet): DemoCLI -> ClusterCLI
11/23/2014
- 10:59 PM Revision 596fd9d0 (mininet): Merge pull request #449 from cdburkard/devel/cluster_controlPaths
- use ControlPersist ssh option to fix ControlPath shutdown
- 07:13 PM Revision 474f6860 (mininet): Make pylint happier for no particular reason
- 07:11 PM Revision 50774e40 (mininet): Remove unused imports
- 07:10 PM Revision 8e63e2c5 (mininet): Fix undefined sleep()
- 07:09 PM Revision 273c4e94 (mininet): Fix typo. ;-p
- 07:06 PM Revision c273f490 (mininet): type( foo ) is bar -> isinstance( foo, bar )
- 06:59 PM Revision 9a8bdfd7 (mininet): use isinstance( obj, basestring) to allow unicode strings
- fixes #448
11/22/2014
- 02:35 AM Revision 23dfbe4a (mininet): explicit param call in cli command
- 02:33 AM Revision b57e5d93 (mininet): adding deleteIntfs option to switches and corresponding CLI command
11/20/2014
- 10:14 PM Revision d37d6ecd (mininet): Merge pull request #241 from moijes12/fix44
- (pending) Create test_switchdpidassignment.py
- 07:56 PM Revision e661a4b1 (mininet): Merge pull request #447 from rlane/ivs-verbose-off
- IVSSwitch: turn off verbose logging by default
- 02:24 AM Revision f5164f86 (mininet): IVSSwitch: turn off verbose logging by default
- Most users don't need this much logging and it slows down the switch.
11/19/2014
- 05:32 PM Revision f0f9907b (mininet): Add setup() and dpctl() methods for LinuxBridge
- Also adds docstrings.
Fixes #422 - 05:18 PM Revision c4fc6304 (mininet): Correctly call cli() rather than CLI()
- 04:58 PM Revision aabbf295 (mininet): Revert to old "Adding controller" message
- 04:58 PM Revision b7898bef (mininet): raise exception when no prefixLen is set
- 04:58 PM Revision 6721f065 (mininet): Some clarifications
- 01:58 PM Revision e4db6981 (mininet): Fix indentation error so we don't wait forever.
- 12:59 PM Revision 9e0c1549 (mininet): Only uninstall ntpd on COW disk.
- 11:20 AM Revision 55b455e9 (mininet): Fix typo in depend()
- 01:22 AM Revision 34933ef7 (mininet): use ControlPersist ssh option to create a ControlMaster connection t...
11/18/2014
- 01:55 AM Revision bbf94cdb (mininet): use rcmd instead of quietRun when shutting down remote nodes
- 01:46 AM Revision 593fc365 (mininet): fixing --custom in mn (there was one two many selfs)
- 01:01 AM Revision 1edf3515 (mininet): Merge pull request #439 from cdburkard/patches/sudoers
- fix sudoers file to allow -u option
- 12:19 AM Revision 0d271f94 (mininet): fix sudoers file to allow -u option
11/13/2014
- 02:31 AM Revision 3534f777 (mininet): Remove extra git clone line
- 01:45 AM Revision 64bbaecc (mininet): Add doxygen-latex if needed (14.04+)
- 01:39 AM Revision de002b0d (mininet): Remove ^S which was in this file (thanks emacs bindings)
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
Also available in: Atom