ofproto: Complete abstraction by adding enumeration and deletion functions.
authorBen Pfaff <blp@nicira.com>
Mon, 9 May 2011 16:33:02 +0000 (09:33 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 11 May 2011 19:26:08 +0000 (12:26 -0700)
commitf79e673f3d3f429cd213043b054c904d23c7151a
tree7e5a79e22da026c67e650139aa356c94d450b377
parent892815f564700501888139823ad282355a691e10
ofproto: Complete abstraction by adding enumeration and deletion functions.

This eliminates the final reference from bridge.c directly into the dpif
layer, which will make it easier to change the implementation of ofproto
to support other lower layers.
lib/dpif.h
ofproto/ofproto.c
ofproto/ofproto.h
vswitchd/bridge.c