Increase max datapaths to 256 (Bug #561).
authorJustin Pettit <jpettit@nicira.com>
Tue, 30 Dec 2008 18:55:33 +0000 (10:55 -0800)
committerJustin Pettit <jpettit@nicira.com>
Tue, 30 Dec 2008 18:55:52 +0000 (10:55 -0800)
Increase the maximum number of datapaths from 32 to 256.  This ought to
be enough for anyone.

include/openflow/openflow-netlink.h

index 3193c6916cddc837bc087c6a43923a95b885238e..d915ea736cb21fc5b199c69c666ad91985342d85 100644 (file)
@@ -64,6 +64,6 @@ enum dp_genl_command {
 };
 
 /* Maximum number of datapaths. */
-#define DP_MAX 32
+#define DP_MAX 256
 
 #endif /* openflow/openflow-netlink.h */