FlowForwarding / of_protocol

OpenFlow Protocol Library for Erlang
http://flowforwarding.org
Other
36 stars 28 forks source link

Flow Monitoring implementation (FlowForwarding/LINC-Switch#261) #67

Closed akorosmezey closed 10 years ago

akorosmezey commented 10 years ago

Closes FlowForwarding/LINC-Switch#261: records, enums and encoding

legoscia commented 10 years ago

I made some commits in the akorosmezey-issue261 branch. In particular, I removed the length field from the update records, as it can always be calculated from the data in the record; less duplication means less room for inconsistency.

legoscia commented 10 years ago

I decided to make the updates field always contain a list, for consistency and to be able to do something sensible if we get a set of updates that contains pause and/or resume messages. Updates to LINC-Switch coming next.