Module ovsdb::protocol

source ·
Expand description

OVSDB wire protocol implementation

Modules§

  • Available OVSDB methods.

Structs§

  • An OVSDB protocol encoder/decoder.
  • Response to a query transact method call.
  • Rust representation of the OVSDB map data type.
  • Optional value within OVSDB.
  • Wire-format representation of an OVSDB method call.
  • A response to an OVSDB method call.
  • An OVSDB list of values.
  • A unique identifier, usually representing a single entity in OVSDB.
  • An OVSDB set of UUID values.

Enums§

  • The error type for parsing errors encountered by the Codec.
  • A single wire-protocol message exchanged between OVSDB client and server.