Well, you could send an aggregate stats request for something that matches everything you're interested in (e.g., wildcard the entire IP), but I'm guessing that's not what you want. Offhand, my answer is that I think you're going to need to send multiple stats requests.
-- Murphy On Jan 24, 2014, at 6:46 AM, Zhiyang Su <suzhiy...@gmail.com> wrote: > Hello all, > I want to collect a set of flow statistics from the switch. However, the set > of flows cannot be expressed by wildcard in a single match object. For > example, a match object which matches flows with src_ip: 10.0.0.2 and > 192.168.0.3. > > One alternative is to write two distinct match objects and send two messages > independently, but I'm wondering if there are some ways to match a bunch of > flows with discrete IP in one match object (or one stats request body)? > > Thank you very much! > > Best Regards, > Zhiyang Su