X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fconnmgr.c;h=aaf9b3e2cc2c431cb9430e27cd2eb834d52b98d8;hb=26720e2449918b92be1fd0e3a7c57012c057c733;hp=d436f7795dc9cc18221ed73ced89171be5d11a4b;hpb=ebc56baa41db060b8783051e67b6fcbc148ebd60;p=openvswitch diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c index d436f779..aaf9b3e2 100644 --- a/ofproto/connmgr.c +++ b/ofproto/connmgr.c @@ -1407,7 +1407,8 @@ schedule_packet_in(struct ofconn *ofconn, struct ofputil_packet_in pin) * while (until a later call to pinsched_run()). */ pinsched_send(ofconn->schedulers[pin.reason == OFPR_NO_MATCH ? 0 : 1], pin.fmd.in_port, - ofputil_encode_packet_in(&pin, ofconn->packet_in_format), + ofputil_encode_packet_in(&pin, ofconn->protocol, + ofconn->packet_in_format), do_send_packet_in, ofconn); }