Skip to content

v0.3.0

Compare
Choose a tag to compare
@seliopou seliopou released this 17 Mar 17:32
· 449 commits to master since this release

Major Enhancements

  • Replace lwt-based runtime with async-based runtime (#65, #67, #68, #90)
  • Move notion of "pseudoport" into action type in abstraction layer (#100)

Minor Bugfixes

  • Parse and serialize constants and unsigned integers
  • Properly delete all tables and groups in OpenFlow 1.3 (#71, #74)

Minor Enhancements

  • Pretty-print IP and MAC addresses
  • Support the OFPP_TABLE pseudoport
  • Implement to_string for OpenFlow 1.3 messages (#68)
  • Improve to_string for OpenFlow 1.0 (#106)
  • Export more pretty-printing functions for the abstraction layer (#110)