On Tue, Dec 02, 2014 at 10:55:16AM -0800, Ben Pfaff wrote: > All but one of the callers of dp_enumerate_types() hands it an sset that is > known to be empty. The one exception is the implementation of the > ofproto-provider 'enumerate_types' function in ofproto-dpif. That function > isn't supposed to clear the existing contents of the sset passed in. > Therefore, this commit changes dp_enumerate_types() to not clear the sset > before it adds new members. > > The ofproto-provider comment wasn't clear about the desired behavior so > this commit also clarifies that. > > Reported-by: Zolt??n Balogh <[email protected]> > Signed-off-by: Ben Pfaff <[email protected]>
I applied this to master because of Zoltan's positive review in a separate thread. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
