Have install.sh apply controller patch for > 16 switches

This commit is contained in:
Bob Lantz
2011-06-29 21:14:48 -07:00
parent 5cc808286a
commit 0bfd19fe83
+3
View File
@@ -115,6 +115,9 @@ function of {
git clone git://openflowswitch.org/openflow.git
cd ~/openflow
# Patch controller to handle more than 16 switches
patch -p1 < ~/mininet/util/openflow-patches/controller.patch
# Resume the install:
./boot.sh
./configure