> I think that the flow parameter to netflow_expire(), > netflow_flow_clear(), and netflow_flow_update() could be const.
Actually none of them can because they either much with the flows hmap or the packet. I could const cast them, but it doesn't seem worth it. > Acked-by: Ben Pfaff <[email protected]> I've folded the rest of the comments in, thanks for the review. Ethan _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
