> How do you send multiple OFPFlowStatsRequest with unique IDs so that the
> reply gets tied to the request sent?
>
> I was thinking of using the 'xid' field, but looks like OFPFlowStatsRequest
> doesn't allow to update that field on outgoing msgs?
msg = ofproto_parser.OFPFlowStatsRequest(...)
dp
How do you send multiple OFPFlowStatsRequest with unique IDs so that the
reply gets tied to the request sent?
I was thinking of using the 'xid' field, but looks like OFPFlowStatsRequest
doesn't allow to update that field on outgoing msgs?
Thanks
Nitin