X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofp-print.c;h=fe852b4ee172344f8246755b7a2829bafc4dbedd;hb=b308140aa09d330a56c6cd971327a2d283db8a77;hp=6278395ddcbf0aababe3c2f15f8c92c7dd88f746;hpb=848e88098fec85336b89c0c652c1d91577c87b11;p=openvswitch diff --git a/lib/ofp-print.c b/lib/ofp-print.c index 6278395d..fe852b4e 100644 --- a/lib/ofp-print.c +++ b/lib/ofp-print.c @@ -140,7 +140,7 @@ ofp_print_packet_in(struct ds *string, const struct ofp_packet_in *op, struct ofpbuf packet; ofpbuf_use_const(&packet, op->data, data_len); - flow_extract(&packet, 0, ntohs(op->in_port), &flow); + flow_extract(&packet, 0, 0, ntohs(op->in_port), &flow); flow_format(string, &flow); ds_put_char(string, '\n'); }