History | View | Annotate | Download (2.32 KB)
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.