Re: [Ryu-devel] OFPFlowStatsRequest with unique ID

2013-11-21 Thread YAMAMOTO Takashi
> 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

[Ryu-devel] OFPFlowStatsRequest with unique ID

2013-11-21 Thread Nitin Sharma
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