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:16:34 +0000 (16:16 -0800)
commit3581c12cd965230588d6e0c222944d43f8f1ef41
tree7a8274e5d393e734536055f7999b99b6d4a7e730
parentfadc05164086fb289a8db6f71a80e84ec014bc0d
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