X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto-dpif.c;h=098a43ee48453f1d123cb1c9c9ca49e271adf2ad;hb=0958f12880427e4f3ea3fcc758a3ddf681ae6f5d;hp=fe0aae3b8a7e0a9ff2b100f6f9f4e40cee05a566;hpb=b4f4b737f901a43eba962bec2280b52b95ad10d5;p=openvswitch diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index fe0aae3b..098a43ee 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -5176,7 +5176,7 @@ send_packet(const struct ofport_dpif *ofport, struct ofpbuf *packet) struct flow flow; int error; - flow_extract(packet, 0, NULL, 0, &flow); + flow_extract(packet, 0, NULL, OFPP_LOCAL, &flow); odp_port = vsp_realdev_to_vlandev(ofproto, ofport->odp_port, flow.vlan_tci); if (odp_port != ofport->odp_port) {