ofproto-dpif: Have lookup_input_bundle() return a bundle.
authorJustin Pettit <jpettit@nicira.com>
Tue, 3 Jan 2012 00:06:48 +0000 (16:06 -0800)
committerJustin Pettit <jpettit@nicira.com>
Thu, 5 Jan 2012 00:17:48 +0000 (16:17 -0800)
commita64d0f34a1adf9d586a64a5fecf829d3f473c4c7
tree7b0f7d764a2a4bdea08658b98788955b057e99f7
parent9cc966d077d1904fa27919694eb55331e6bf391e
ofproto-dpif: Have lookup_input_bundle() return a bundle.

Previously, the function returned an "ofport_dpif", but it makes more
sense to return an "ofbundle".  This will also be helpful in a
forthcoming commit.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
ofproto/ofproto-dpif.c