commit | fdedc07bbf8f942833acb722e8c206131dec627e | [log] [tgz] |
---|---|---|
author | ederlf <ederlf@cpqd.com.br> | Fri Jan 18 09:32:00 2013 -0200 |
committer | ederlf <ederlf@cpqd.com.br> | Fri Jan 18 09:32:00 2013 -0200 |
tree | 1b91b57585ad88bc590140d085030956ef2ffc13 | |
parent | f16b557da3163a0c3d54b2da27596d0d8f67b0c5 [diff] |
This commit has some improvements for the code related to the OpenFlow 1.2 The changes are: - On match unpack, insert the proper match tlv object. (e.g, if the oxm field is an inport, insert and inport object). - Add a compare method to oxm_tlvs and match_list, because there was not how to test if the match in messages like flow_stats or flow_removed were correctly sent by the switch. - Improvements to the print format of oxm_tlvs. Also, there is a minor fix for the groups test.