ovsdbapp/README.rst
Arundhati Surpur 699006354b There is no documentation for ovsdbapp
So removing the documentation link.

Change-Id: I83882f52e6ca702ed182babeea83fca02488533e
2017-07-20 16:18:21 +05:30

596 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