X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fconnmgr.c;h=18b80b8787c68ca706a095502cc0c456cc0c4cc6;hb=d01c980ffe0d61497298a9f907ff93fe1751e2bd;hp=87dc2ad3cfc338013b9ec4466f843d7fec029e92;hpb=f25d0cf3c366d92042269a4f787f19c741c2530c;p=sliver-openvswitch.git diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c index 87dc2ad3c..18b80b878 100644 --- a/ofproto/connmgr.c +++ b/ofproto/connmgr.c @@ -1372,7 +1372,7 @@ schedule_packet_in(struct ofconn *ofconn, struct ofputil_packet_in pin) pin.send_len = pin.packet_len; } else { /* Caller should have initialized 'send_len' to 'max_len' specified in - * struct ofp_action_output. */ + * output action. */ } if (pin.buffer_id != UINT32_MAX) { pin.send_len = MIN(pin.send_len, ofconn->miss_send_len);