X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif.c;h=744aa8ce1be3ed18e7fef102f3c0a62f5a967baf;hb=fc3431c6a09e625343dd39b57b86839af90a08fd;hp=8ce439d9fb9f761e9704f4c01e22c8d91d37984e;hpb=708fb4c50aa5547f9836a4d9e2112550c0d1094d;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 8ce439d9f..744aa8ce1 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -3876,7 +3876,7 @@ parse_flow_and_packet(int argc, const char *argv[], if (!packet->size) { flow_compose(packet, flow); } else { - struct pkt_metadata md = PKT_METADATA_INITIALIZER_FLOW(flow); + struct pkt_metadata md = pkt_metadata_from_flow(flow); /* Use the metadata from the flow and the packet argument * to reconstruct the flow. */