X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Flearning-switch.c;fp=lib%2Flearning-switch.c;h=5df05f35c9b38843dc2f0c016df3a8fd5d920133;hb=72e8bf28bb38e8816435c64859fb350215b6a9e6;hp=eeaa3064395eecd90522765fafd59c21fd767085;hpb=24f974c481bc5230552b23d96312f645f7533cd3;p=openvswitch diff --git a/lib/learning-switch.c b/lib/learning-switch.c index eeaa3064..5df05f35 100644 --- a/lib/learning-switch.c +++ b/lib/learning-switch.c @@ -539,7 +539,7 @@ process_packet_in(struct lswitch *sw, const struct ofp_header *oh) /* Extract flow data from 'opi' into 'flow'. */ ofpbuf_use_const(&pkt, pi.packet, pi.packet_len); - flow_extract(&pkt, 0, NULL, pi.fmd.in_port, &flow); + flow_extract(&pkt, 0, 0, NULL, pi.fmd.in_port, &flow); flow.tunnel.tun_id = pi.fmd.tun_id; /* Choose output port. */