hi ,
Recently i have been working with ofsoftswitch13. i found some issues with Aggregate Flow Statistics reply msg. Actually it can not filter OFPMatch. I tried with OFPMatch(in_port=3,eth_type=0x800,ip_proto=6,vlan_vid=(0x1000 | 3)) but it returns all the existing flows.
i also tried to filter with out_port or out_group and it works fine.
i used wireshark to to verify the OFPMP_AGGREGATE request msg and seems it has no issue.
hi , Recently i have been working with ofsoftswitch13. i found some issues with Aggregate Flow Statistics reply msg. Actually it can not filter OFPMatch. I tried with OFPMatch(in_port=3,eth_type=0x800,ip_proto=6,vlan_vid=(0x1000 | 3)) but it returns all the existing flows. i also tried to filter with out_port or out_group and it works fine.
i used wireshark to to verify the OFPMP_AGGREGATE request msg and seems it has no issue.
Any idea ?