righ-ovsdb

Crates.iorigh-ovsdb
lib.rsrigh-ovsdb
version0.0.6
created_at2025-10-25 02:42:18.64298+00
updated_at2025-10-25 02:42:18.64298+00
descriptionFork of holodekk/ovsdb with additional protocol operations and fixes maintained by RighGravity.
homepagehttps://github.com/Righ-inc/innocontroller
repositoryhttps://github.com/Righ-inc/innocontroller
max_upload_size
id1899595
size136,538
Xavier Qian (FancyQian)

documentation

https://github.com/Righ-inc/innocontroller

README

righ-ovsdb

Fork of holodekk/ovsdb maintained by the RighGravity team. This branch keeps upstream functionality while adding protocol operations and compatibility fixes required by the RighGravity controller.

A Rust implementation of the OVSDB schema and wire format.

What is OVSDB?

OVSDB is the database protocol behind Open vSwitch and OVN, documented in RFC 7047. If you don't know what either of those technologies are, you're probably in the wrong place.

At the core of OVSDB are the schema and protocol. Together they describe both the structure of data in the database, and the manner in which that data can be manipulated. Both are described in detail in the RFC mentioned above (which you really should read).

Overview

ovsdb provides a Rust interface to an OVSDB server. It utilizes serde for protocol processing and tokio for asynchronous io. Its features include:

  • automated generation of Rust models via ovsdb-build
  • strongly typed interfaces to OVSDB data structures
  • automatic conversion to/from OVSDB protocol types

Project Layout

License

This project is licensed under the MIT license.

Commit count: 0

cargo fmt