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.
- Host: GitHub
- URL: https://github.com/openstack/ovsdbapp
- Owner: openstack
- License: apache-2.0
- Created: 2017-03-06T10:33:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T16:45:45.000Z (about 2 years ago)
- Last Synced: 2024-05-22T17:56:44.738Z (about 2 years ago)
- Language: Python
- Homepage: https://opendev.org/openstack/ovsdbapp
- Size: 993 KB
- Stars: 35
- Watchers: 12
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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