An open API service indexing awesome lists of open source software.

https://github.com/openstack/ovsdbapp

OVSDB application library. Mirror of code maintained at opendev.org.
https://github.com/openstack/ovsdbapp

Last synced: about 1 year ago
JSON representation

OVSDB application library. Mirror of code maintained at opendev.org.

Awesome Lists containing this project

README

          

========
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.

* Free software: Apache license
* Source: https://opendev.org/openstack/ovsdbapp/
* Bugs: https://bugs.launchpad.net/ovsdbapp

Features:

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