bridge: Eliminate direct dependencies on dpif.
authorBen Pfaff <blp@nicira.com>
Wed, 4 May 2011 17:15:31 +0000 (10:15 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 4 May 2011 17:15:31 +0000 (10:15 -0700)
commitb5827b24c7c136b088e719bfe2020de31032ae37
tree4d73e4f0f9f030f89c49c067e93de64caab34344
parentebea37cc67751a05dbefec0246fb2a62576f4389
bridge: Eliminate direct dependencies on dpif.

The 'ofp_portp' argument of the new function ofproto_port_add() is always
set to NULL in this commit, but a future commit will use nonnull values.
ofproto/ofproto.c
ofproto/ofproto.h
utilities/ovs-openflowd.c
vswitchd/bridge.c