ovsdbapp/README.rst
Terry Wilson 558f088501 Add a description to README.rst
Change-Id: I9723d076a776e3a9f70d47f8faea1aa6f9d51642
2017-04-21 16:20:55 -05:00

658 B

ovsdbapp

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