Activity
From 08/26/2014 to 09/24/2014
09/24/2014
- 09:06 PM Revision 0597ba9b (wcn_emulator): added pingTest
- 08:23 PM Revision ed87a801 (wcn_emulator): added configuration file parsing, dynamic class loading
- 06:57 PM Revision 61760eab (mininet): Make sure we 'sudo kill' our sudo pexpect process in close().
- This should more reliably shut down pexpect subprocesses when
build.py exits before completion. - 04:22 PM Revision 29c59d2a (wcn_emulator): changed permissions to result files
- 03:28 PM Revision c09f8d98 (wcn_emulator): refactored test classes and source files
- 01:46 PM Revision 8f01e99f (wcn_emulator): added option to draw graph
- 01:45 PM Revision f26348de (wcn_emulator): fixed bug in optional params
- 12:54 PM Revision b1b1f173 (wcn_emulator): added command line parser + submodule
- 12:49 AM Revision 12095a12 (mininet): Try to install openvswitch-testcontroller if needed
- 12:18 AM Revision 412726d3 (mininet): Fix -a
09/23/2014
- 11:32 PM Revision 136c9591 (mininet): Fix wireshark namespace conflict and don't reinstall
- 09:09 PM Revision 2ac4cd43 (mininet): Merge pull request #384 from mininet/devel/loxigen
- Switch to loxigen-built openflow.lua wireshark plugin
- 09:01 PM Revision f603052b (mininet): Install coloring rules regardless of plugin. Also don't clobber.
- 08:45 PM Revision 47be38e6 (mininet): Don't install lua plugin for wireshark 1.12+
- Apparently there is a conflict where the lua plugin
conflicts with the built-in dissector for openflow
that is includ...
09/22/2014
- 10:54 PM Revision 9ca775cb (mininet): Switch to loxigen-built openflow.lua wireshark plugin
- The older wireshark dissectors were not well-maintained
and were a pain to build. They also added tons of extra junk
... - 07:31 PM Revision e4d49e6d (mininet): Merge pull request #229 from mininet/devel/mobility-example
- A simple mobility API and example
- 07:27 PM Revision 02bf34aa (mininet): Remove setup/isOldOVS which have been merged into OVSSwitch
09/21/2014
- 07:43 AM Revision 73ef3e9a (mininet): Merge pull request #375 from cdburkard/patches/multi_core_rt
- fix host --rt
- 07:13 AM Revision 55ef99b6 (mininet): Merge pull request #379 from cdburkard/devel/show_ports
- adding 'ports' command to cli
- 06:31 AM Revision 57686d31 (mininet): Merge pull request #381 from cdburkard/examples/interfaces
- adding example and test for intf.config()
- 06:27 AM Revision 8396960e (mininet): Merge pull request #380 from cdburkard/devel/cli_comments
- parse comments out of CLI
- 06:21 AM Revision 3e8df323 (mininet): Merge pull request #374 from cdburkard/patches/rt
- check if RT_GROUP_SCHED is enabled in kernel
09/17/2014
09/16/2014
- 08:43 PM Revision 2c10a8e6 (mininet): Merge pull request #376 from cdburkard/patches/pingOutput
- if we do not receive a ping and cannot parse output, return errorTuple
- 08:40 PM Revision e4c4891a (mininet): Merge pull request #359 from mininet/devel/cluster
- Cluster Support Prototype
- 08:31 PM Revision 80d647a9 (mininet): add findUser() to clean up user identification
09/15/2014
- 10:52 PM Revision c5e8f09b (mininet): adding comments to CLI
- 10:33 PM Revision 08643fe6 (mininet): adding 'ports' command to cli
- 05:00 PM Revision fc59a53f (wcn_emulator): fix logfile name bug for multiple istances
- 04:27 PM Revision 702db692 (wcn_emulator): enable multi processes per host
- 12:46 PM Revision e6debb65 (wcn_emulator): add robustness to background command failures
09/12/2014
- 12:37 PM Revision a0657979 (wcn_emulator): refactor PS parameters passing
- 08:07 AM Revision b672166b (wcn_emulator): refactor code and created PS test classes
09/10/2014
09/09/2014
- 08:59 PM Revision 00cbb348 (mininet): if we do not receive a ping and cannot parse output, return errorTuple
09/05/2014
- 10:44 PM Revision cde6c3aa (mininet): Merge pull request #369 from cdburkard/patches/hifi_multicore
- Fix runCpuLimitTest with multiple cores
- 12:34 PM Revision 8a2e0da7 (wcn_emulator): initial simulator
- 06:07 AM Revision c265deed (mininet): Cluster edition prototype: remote nodes and links.
- We add a new experimental feature to allow Mininet to run across
a cluster of machines. This is currently implemented... - 04:51 AM Revision 0333d3db (mininet): qcow2size(): use qemu-image instead of file
- file no longer returns image size on 14.04
fixes #373
09/04/2014
- 07:24 PM Revision 58324bdc (mininet): check if RT_GROUP_SCHED is enabled in kernel
- 05:46 PM Revision 04c1c098 (mininet): wall clock time makes rt quota independent of nprocs
- 01:50 PM Revision f2458d1d (mininet): Accept 'ISO' or 'boot' in file *.iso command output
- Fixes #372
- 11:21 AM Revision ce781a18 (mininet): use cgroups to calculate percentage of cpu used
- 09:22 AM Revision b85943dc (mininet): chdir() to correct path after calling chroot()
- Since chroot() doesn't chdir() by default, we are left in
an unreachable directory in node.pexec() (and in xterms.)
...
08/30/2014
- 02:34 AM Revision d4ca1db6 (mininet): Merge pull request #364 from cdburkard/patches/testCPULimit
- Fix output of backgrounded processes
- 01:47 AM Revision 47d567e5 (mininet): Merge pull request #365 from cdburkard/devel/test_output
- print useful output for tests upon failure
08/29/2014
- 12:49 AM Revision 05f3fbae (mininet): Merge pull request #362 from mininet/devel/vlanhost
- Adding VLANHost to Examples
- 12:49 AM Revision 65e33fed (mininet): Merge pull request #361 from mininet/devel/linuxrouter
- Adding LinuxRouter to Examples
08/28/2014
- 12:57 PM Revision 6b8d3538 (mininet): adding comment to VLANStarTopo in vlanhost.py
- 09:48 AM Revision d334c1cc (mininet): adding test for vlanhost.py and adding vlantopo example
- 06:07 AM Revision fe8358ad (mininet): chmod +x vlanhost.py
- 05:43 AM Revision 2c76ab71 (mininet): linuxrouter.py: changing name, printing routing table, and some more...
- 05:01 AM Revision aa4dfda4 (mininet): adding documentation and test for linuxrouter.py
08/27/2014
- 11:36 PM Revision 66ae58de (mininet): Merge pull request #363 from cdburkard/patches/testLinkDelay
- Fix UserSwitch.connected() as well as testLinkDelay() in test_hifi
We need more than one iteration since the first it... - 06:07 PM Revision ce167380 (mininet): clean up logic for backgrounded processes
- 05:55 PM Revision 73adba8b (mininet): print useful output for tests upon failure
- 03:44 PM Revision c11d5773 (mininet): parse pid printed when backgrounding a process
- 10:58 AM Revision be1ed103 (mininet): adding vlanhost.py
- 10:57 AM Revision 8a987b9c (mininet): adding linuxrouter.py
- 05:34 AM Revision c75ff7ec (mininet): fixes for LinkDelay test in test_hifi
- 02:59 AM Revision 92075113 (mininet): Merge pull request #342 from cdburkard/devel/startup
- improve startup performance, largely by removing unnecessary ifconfigs
- 02:55 AM Revision 13bdd914 (mininet): Pass rename correctly in moveSwitch()
- 02:55 AM Revision 60b0c7a9 (mininet): Fix version check.
- 02:55 AM Revision 212399fe (mininet): Allow port selection in addIntf() and moveIntf()
- 02:55 AM Revision 08d83d13 (mininet): Rename intfs, and add simple moveHost() function
- 02:55 AM Revision dd6424fe (mininet): Simple mobility example.
- 01:48 AM Revision 720a846c (mininet): use kernel's mac generation
08/26/2014
Also available in: Atom