CPqD / ofsoftswitch13

OpenFlow 1.3 switch.
http://cpqd.github.com/ofsoftswitch13
304 stars 192 forks source link

Issues with Aggregate Flow Statistics OFPMP_AGGREGATE reply #174

Open Suchandratutul opened 9 years ago

Suchandratutul commented 9 years ago

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 ?