blob: 56f314320e9c4542e2f81c49716d4ed6064b71ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
ovsdbapp is a library for creating OVSDB applications.
The ovdsbapp library is useful for creating applications that communicate via
Open_vSwitch's OVSDB protocol. 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
|