Hi I have two questions. 1, why have people developed both individual flow statistics query and aggregated flow statistics query, since both of them have wildcard to aggregate flows. My supervisor suggested that for individual flow statistics query, if one flow in flow table is matched, then the count value will be returned, regardless of other possible matches. Is this true?
2, For the aggregated flow statistics query, there seems to have bugs on both Toroki and HP switches. When I specify nw_src and nw_dst to be some values, the switch will ignore this and return all flow statistics based on other fields. Later I find that dpctl dump-aggregate will have the same result. Basically, suppose there are 4 flows in the flow table with only 2 of them have desired IP address. If "dpctl dump-aggregate switchname nw_src=xx.xx.xx.xx", all the 4 flows will be matched. For other fields such as dl_dst, dl_src, in_port, etc, it matches correctly. _______________________________________________ nox-dev mailing list [email protected] http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
