> 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.set_xid(msg)
saved_xid = msg.xid
dp.send_msg(msg)

or something like that.

see ryu/lib/ofctl_v1_X.py for examples.

YAMAMOTO Takashi

> 
> 
> Thanks
> Nitin

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to