From 0bfd19fe839ec54c6593d2d5f15f4a0d608df8c1 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Wed, 29 Jun 2011 21:14:48 -0700 Subject: [PATCH] Have install.sh apply controller patch for > 16 switches --- util/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/install.sh b/util/install.sh index 0d0c13e..e15c426 100755 --- a/util/install.sh +++ b/util/install.sh @@ -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