ofproto: Don't limit flows in OpenFlow tables by default.
authorBen Pfaff <blp@nicira.com>
Fri, 4 May 2012 21:52:17 +0000 (14:52 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 9 May 2012 19:58:52 +0000 (12:58 -0700)
commitec1c5c7ebc295aa9c87283cd944451b308481bf1
treece952adfa963a065e4cbdda761302dd52c49a361
parentcfa9bf12e1fda7733e83dffbe14b2eecbf9a9813
ofproto: Don't limit flows in OpenFlow tables by default.

This bug is ordinarily not exposed because bridge_configure_tables() in
bridge.c configures the max number of flows soon after an ofproto is
created.  But an upcoming commit will make construct() in ofproto-dpif.c
try to create some built-in flows before bridge gets control, so we need
to allow creating flows immediately upon initialization.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto.c