OpenSync 1.2 Release Notes

Release 1.2.4.0

Notable Enhancements

  • Extended hello_world manager with additional examples

  • Native build using Kconfig for faster development of new features

Notable Fixes

  • Fixed incorrectly reported device capabilities for GW mode

  • Fixed incorrect parsing of pref_5g field when it is not populated

  • Added reporting of a CONNECT event when a client is ‘11v-band-steered’ from 2.4GHz to 5GHz on the same access point

Release 1.2.3.0

New Features

  • Introduces a new manager (XM, or Exchange Manager), which facilitates data transfer between OVSDB and other management systems.
    Stub code is provided, where communication with an external database can be implemented. See: src/lib/connector/src/connector_stub.c

Notable Enhancements

  • Added random delay debounce to avoid congestion

Notable Fixes

  • Fixed memory leaks in in ovs_mac_learn.c

Release 1.2.2.0

New Features

  • Introduces a new manager (FSM, or Flow Service Manager), which provides processing of events, based on libpcap filtering through an extendable architecture using plugins. Additional information: FSM-Plugin-API.pdf

Notable Enhancements

  • Added a demo service hello_world as a template for 3rd-party developers

  • Added the ability to have multiple GRE implementations

  • Enhanced low-level statistics (added CPU, memory, filesystem stats)

  • Asynchronous DNS resolution using c-ares

Notable Fixes

  • Fixed uninitialized memory access in access in ovsdb_sync_api.c

Release 1.2.0.0

First public release