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.
Showing
- INSTALL 4 additions, 5 deletionsINSTALL
- mininet/moduledeps.py 54 additions, 0 deletionsmininet/moduledeps.py
- mininet/net.py 2 additions, 0 deletionsmininet/net.py
- mininet/node.py 16 additions, 0 deletionsmininet/node.py
- mininet/test/test_nets.py 4 additions, 1 deletionmininet/test/test_nets.py
- util/modprobe_setup.sh 20 additions, 0 deletionsutil/modprobe_setup.sh
mininet/moduledeps.py
0 → 100644
util/modprobe_setup.sh
0 → 100755
Please register or sign in to comment