- Jul 20, 2013
-
-
Brian O'Connor authored
Extended LinearTopo to support mulitple hosts per switch
-
- Jul 19, 2013
-
-
Gustavo Pantuza Coelho Pinto authored
-
Gustavo Pantuza Coelho Pinto authored
The script builds a network topology based on command line arguments and uses a remote controller
-
- Jul 09, 2013
-
-
Bob Lantz authored
-
- Jul 04, 2013
- Jun 26, 2013
-
-
Bob Lantz authored
-
- Jun 12, 2013
-
-
Bob Lantz authored
-
- Jun 04, 2013
-
-
Bob Lantz authored
-
- Mar 07, 2013
-
-
Bob Lantz authored
-
- Mar 01, 2013
- Dec 01, 2012
-
- Nov 20, 2012
-
-
Bob Lantz authored
Was broken in 2.0.0rc1
-
- Nov 14, 2012
-
-
Brandon Heller authored
-
Brandon Heller authored
These include dropped pings and iperf hanging.
-
Brandon Heller authored
A number of functions in node.py look like this: return self.intf( intf ).<other stuff> Previously, self.intf(...) in Node would expect a string name for an interface and return None if an object was passed in instead of a string name. Now, be more permissive and assume that objects passed in are for Intf objects. This makes all such functions in node.py handle more flexible input args, either name or actual Intf object. An alternative and equally valid approach would be to raise an Exception whenever a non-string, non-falsy value was passed in to Node.intf(), and to modify the code in at least one place - examples/sshd.py - to pass the interface name, rather than the interface object. Also fix input args for examples/scratchnetuser.py - the interface name was being passed in as the prefix len, which makes no sense.
-
Brandon Heller authored
Prevent idiots like me from getting confused by non-obvious 'broken pipe' errors when they forget to put 'sudo' in front :-)
-
Brandon Heller authored
-
Brandon Heller authored
-
Brandon Heller authored
-
Brandon Heller authored
There are a bunch of these remaining, but I don't think the right course is to 'fix' all of them to make pep8 happy, but instead to either change the test in pep8 to consider that a continuation line may itself be continued halfway, OR, to change the code in these lines to be more readable by removing the need for all those nested continuations. Personally, I find multiply-broken lines (aka nested continuations) really hard to read.
-
Brandon Heller authored
I wasn't sure this was worth fixing at first, but it does look more readable now.
-
Brandon Heller authored
-
- Nov 13, 2012
-
-
Brandon Heller authored
-
Brandon Heller authored
-
- Aug 17, 2012
-
-
Bob Lantz authored
-
- May 24, 2012
- Apr 14, 2012
- Apr 10, 2012
-
-
Bob Lantz authored
-
- Apr 06, 2012
-
-
Bob Lantz authored
-
- Apr 04, 2012
- Apr 01, 2012
-
-
Bob Lantz authored
-