Bob Lantz
9a8bdfd765
use isinstance( obj, basestring) to allow unicode strings
...
fixes #448
2014-11-23 10:59:08 -08:00
Brandon Heller
edf6003217
pep8: fix E128 continuation line under-indented errors
...
I wasn't sure this was worth fixing at first, but it does look more readable
now.
2012-11-13 16:59:10 -08:00
Bob Lantz
28c2cdc2c4
Workaround for openvswitch_mod rename and pass code check.
2012-07-06 23:30:14 -07:00
Bob Lantz
4876b43fe9
Merge branch 'of1.0' into testing
...
Conflicts:
bin/mn
mininet/cli.py
mininet/moduledeps.py
mininet/node.py
mininet/topo.py
util/install.sh
2010-10-17 17:23:23 -07:00
Bob Lantz
55ca2d0c96
Pass code check.
2010-09-01 20:51:27 -07:00
Bob Lantz
f9654e5654
Better error messages when switch setup() fails.
2010-08-18 10:58:24 -07:00
Bob Lantz
4c85d6d3ec
Quotes are better.
2010-08-17 22:36:40 -07:00
Bob Lantz
8e5892e2fd
Make it easier to see what the error was on failed module load.
2010-08-17 22:35:24 -07:00
Bob Lantz
59d326295f
Fixed module installation error, for real.
2010-08-17 22:32:22 -07:00
Bob Lantz
ab312967fe
Added pathCheck for additional sanity when OF/OVS isn't installed.
2010-08-17 00:02:32 -07:00
Bob Lantz
b47cdfea26
Added pathCheck for additional sanity when OF/OVS isn't installed.
2010-08-16 23:01:06 -07:00
Bob Lantz
8abc3472e3
Pass code check.
2010-03-16 14:59:46 -07:00
Brandon Heller
b055728fd5
Automatically load kernel module dependencies
...
Before this commit, you'd have to manually insert the kernel module for
OVS or OF kernel modules, and you couldn't run one regression test with
all 3.
Now, these are kmod insert/remove is handled automatically.
2010-03-14 03:53:16 -07:00