X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fconnmgr.c;h=d04641ba5da7674cabe988e8f769a17851dcbbf7;hb=abe529af477b8311a1fd68c130374bd7442003c3;hp=ef9a61c7756c566494f6cd5bd4571b382a588a99;hpb=f79e673f3d3f429cd213043b054c904d23c7151a;p=sliver-openvswitch.git diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c index ef9a61c77..d04641ba5 100644 --- a/ofproto/connmgr.c +++ b/ofproto/connmgr.c @@ -1036,7 +1036,7 @@ schedule_packet_in(struct ofconn *ofconn, const struct dpif_upcall *upcall, /* Figure out the easy parts. */ pin.packet = upcall->packet; - pin.in_port = odp_port_to_ofp_port(flow->in_port); + pin.in_port = flow->in_port; pin.reason = upcall->type == DPIF_UC_MISS ? OFPR_NO_MATCH : OFPR_ACTION; /* Get OpenFlow buffer_id. */