X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fconnmgr.c;h=aaf9b3e2cc2c431cb9430e27cd2eb834d52b98d8;hb=d94240eccc644cbd702c2f64b608448223cc11f1;hp=d436f7795dc9cc18221ed73ced89171be5d11a4b;hpb=1bf6eeb0ac46d32e9a608a9d3ec28d3145f9adf8;p=sliver-openvswitch.git diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c index d436f7795..aaf9b3e2c 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); }