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