Skip to content

v0.2.0

Compare
Choose a tag to compare
@seliopou seliopou released this 08 Jan 17:36
· 653 commits to master since this release

This release requires an OCaml version of 4.01 or higher to allow for label overlaps.

Major Enhancements

  • Introduce subpackage for lwt runtime support (#44, #45, #54)
  • Add support for OpenFlow 1.0 IP wildcard match fields (#50)
  • Expose VLAN popping in OpenFlow 1.3 by using -1 as a special value (#11, #37)
  • Introduce subpackage for quickcheck instances (#3, #6)

Minor Enhancements

  • Add optional arguments to smart constructor for controlling timeout and removal notification for OpenFlow 1.0 FLOW_MOD message (#55, #56)
  • Add support for OpenFlow 1.0 FLOW_REMOVED message (#52, #57)
  • Add support for OpenFlow 1.0 Queues (#32)
  • Add smart constructor for DELETE_STRICT FLOW_MOD message (#27, #48)

Bug Fixes

  • Do not crash on failed writes to switches (#63)
  • Fix FLOW_REMOVED parsing and marshaling bug (#61, #62)
  • Make pretty-printer and syntax consistent (#22)