On Fri, Oct 17, 2014 at 06:20:57PM -0700, Madhu Challa wrote: > I think I know whats happening. In case there is an error getting the > datapath flow we should not try logging it since the flow is not valid. > > dpif_netlink_operate__ > { > ... > case DPIF_OP_FLOW_GET: > op->error = dpif_netlink_flow_from_ofpbuf(&reply, > txn->reply); > if (!op->error) { > dpif_netlink_flow_to_dpif_flow(get->flow, &reply); > }
Isn't that what I said before? I agree, obviously. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev