|
The OVSDB project is a project for OpenDaylight that provides southbound plugin to manage OVS devices.
The OVSDB project comprises two major pieces of functionality:
OVSDB Southbound Plugin : This plugins allows user to manage OVS device that that supports the OVSDB schema and supports the OVSDB management protocol.
OVSDB Hardware vTep Plugin : This plugin handle the OVS device that supports the OVSDB Hardware vTep schema and supports the OVSDB management protocol.
During Flourine cycle following improvements were done:
- Fixed bugs related to cluster and connection handling.
- Fixed technical debt regarding datastore transactions
|