Added patches for openflow reference version.

These may not be needed if they are pushed upstream.
This commit is contained in:
Bob Lantz
2010-03-26 14:05:48 -07:00
parent 8125370d8e
commit a0c97d110c
3 changed files with 46 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
diff --git a/controller/controller.c b/controller/controller.c
index 41f2547..6eec590 100644
--- a/controller/controller.c
+++ b/controller/controller.c
@@ -58,8 +58,8 @@
#include "vlog.h"
#define THIS_MODULE VLM_controller
-#define MAX_SWITCHES 16
-#define MAX_LISTENERS 16
+#define MAX_SWITCHES 4096
+#define MAX_LISTENERS 4096
struct switch_ {
struct lswitch *lswitch;