- Mar 21, 2013
-
-
Bob authored
tools/install.sh: catch up oftest change Looks fine to me.
-
- Mar 15, 2013
-
-
Isaku Yamahata authored
Since oftest removed tools/munger directory, install.sh fails as follows > mininet/util/install.sh: line 399: cd: tools/mnuger: No such file or directory oftest change set > commit be8503a69d609d0aee844a91f3f5d66f4e2666c7 > Author: Rich Lane <rlane@bigswitch.com> > Date: Tue Mar 12 10:16:33 2013 -0700 > > remove pylibopenflow tools Signed-off-by:
Isaku Yamahata <yamahata@valinux.co.jp>
-
- Mar 14, 2013
- Mar 09, 2013
-
-
Bob Lantz authored
thanks to Brian O'Connor for reminder + suggestion closes #114
-
- Mar 07, 2013
- Mar 01, 2013
- Dec 20, 2012
-
-
Bob Lantz authored
Fixes #89 ; Thanks to Nikhil S. Menon for the bug report
-
- Dec 03, 2012
- Dec 01, 2012
-
-
Bob Lantz authored
- Nov 27, 2012
-
-
Brandon Heller authored
Reported-by: Julius Bachnick https://mailman.stanford.edu/pipermail/mininet-discuss/2012-November/001349.html
-
Brandon Heller authored
Reported-by: Julius Bachnick https://mailman.stanford.edu/pipermail/mininet-discuss/2012-November/001349.html
-
- Nov 20, 2012
-
-
Bob Lantz authored
-
- Nov 15, 2012
-
-
Brandon Heller authored
-
Brandon Heller authored
for OVS Otherwise, OVS thinks the second controller is a parameter of the first, and only creates one controller entry as seen in 'ovs-vsctl show'.
-
Brandon Heller authored
Becomes consistent with the OpenFlow walkthrough & MN walkthrough web pages.
-
Brandon Heller authored
No need for this here, especially because this file is in the walkthrough and will be found by web crawlers.
-
- Nov 20, 2012
-
-
Bob Lantz authored
Was broken in 2.0.0rc1
-
- Nov 19, 2012
- Nov 15, 2012
-
-
Brandon Heller authored
Reported-by: Julius Bachnick
-
- Nov 19, 2012
-
-
Bob Lantz authored
-
- Nov 18, 2012
-
-
Bob Lantz authored
-
- Nov 17, 2012
-
-
Bob Lantz authored
-
- Nov 14, 2012
-
-
Brandon Heller authored
Source of error: regex to parse ps output had a single space, rather than handling any amount of whitespace before the CPU percentage. When that percentage would drop below 10.0, an space would be printed, confusing the regex. Fixed by handling arbitrary whitespace before the percentage.
-
- Nov 16, 2012
- Nov 14, 2012
-
-
Brandon Heller authored
Also a more complete ping test that parses all output to the CLI. These tests expand the hifi-specific ones to not just cover whether a topology can be created with options, but whether those options are properly implemented within some tolerance, like CPU limits, link bandwidth, delays, and even drops.
-
Brandon Heller authored
-
Brandon Heller authored
-