Skip to content
Snippets Groups Projects
Commit 0bfd19fe authored by Bob Lantz's avatar Bob Lantz
Browse files

Have install.sh apply controller patch for > 16 switches

parent 5cc80828
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment