On Tue, Jan 03, 2012 at 05:13:45PM -0800, Justin Pettit wrote: > Previously, the function returned an "ofproto_dpif", but it makes more > sense to return an "ofbundle". This will also be helpful in a > forthcoming commit. > > Signed-off-by: Justin Pettit <jpet...@nicira.com>
s/ofproto_dpif/ofport_dpif/ above. I think that I made it return a port instead of a bundle because going from a port to its bundle is just following a pointer but going the other way requires a hash lookup. But that's probably no great loss. The code looks fine, thanks. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev