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)
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>

No differences found