History | View | Annotate | Download (2.41 KB)
use isinstance( obj, basestring) to allow unicode strings
fixes #448
pep8: fix E128 continuation line under-indented errors
I wasn't sure this was worth fixing at first, but it does look more readablenow.
Workaround for openvswitch_mod rename and pass code check.
Merge branch 'of1.0' into testing
Conflicts:
bin/mn mininet/cli.py mininet/moduledeps.py mininet/node.py mininet/topo.py util/install.sh
Pass code check.
Better error messages when switch setup() fails.
Quotes are better.
Make it easier to see what the error was on failed module load.
Fixed module installation error, for real.
Added pathCheck for additional sanity when OF/OVS isn't installed.
Automatically load kernel module dependencies
Before this commit, you'd have to manually insert the kernel module forOVS or OF kernel modules, and you couldn't run one regression test withall 3.
Now, these are kmod insert/remove is handled automatically.