Files
ovsdbapp/README.rst
Ivan Anfimov 84813d9878 Add project badge
Change-Id: Iad4813e77fb632527b935403b4602a9a762fc816
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
2025-12-29 21:30:07 +00:00

639 B

ovsdbapp

image

A library for creating OVSDB applications

The ovdsbapp library is useful for creating applications that communicate via Open_vSwitch's OVSDB protocol (https://tools.ietf.org/html/rfc7047). It wraps the Python 'ovs' and adds an event loop and friendly transactions.

Features:

  • An thread-based event loop for using ovs.db.Idl
  • Transaction support
  • Native OVSDB communication