dpif: New function dpif_create_and_open().
authorBen Pfaff <blp@nicira.com>
Mon, 23 Nov 2009 19:09:19 +0000 (11:09 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 23 Nov 2009 23:58:48 +0000 (15:58 -0800)
This function combines what dpif_create() and dpif_open() do.  It allows
us to factor a tiny amount of code out of the vswitch, but more importantly
this function is also useful in the following commit.


No differences found