ofproto: Make ofproto ->construct() function initialize tables.
authorBen Pfaff <blp@nicira.com>
Wed, 19 Oct 2011 23:40:36 +0000 (16:40 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 1 Feb 2012 22:15:13 +0000 (14:15 -0800)
commit0f5f95a965ddc59e32bcae09a1735d1267fea13d
tree26e4796398a122a2677a036b79a17dae82e0a65e
parentd0918789c75c172c78963f5edbad6758af38d12c
ofproto: Make ofproto ->construct() function initialize tables.

If the ->construct() function initializes the OpenFlow tables itself,
then it can conveniently do implementation-specific configuration of
those tables afterward.  There isn't any such configuration to do yet;
an upcoming commit will add some.

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