ovs-unixctl

Crates.ioovs-unixctl
lib.rsovs-unixctl
version0.1.0
created_at2025-03-11 18:16:00.414823+00
updated_at2025-03-11 18:16:00.414823+00
descriptionControl OVS daemons using the Unixctl interface (a.k.a ovs-appctl)
homepagehttps://github.com/retis-org/ovs-unixctl
repositoryhttps://github.com/retis-org/ovs-unixctl
max_upload_size
id1588288
size57,149
Adrián Moreno (amorenoz)

documentation

README

ovs-unixctl

Library to send commands to OVS daemons though their JSON interface. See ovs-appctl(8).

Test

Run unit tests:

$ cargo test

Run integration tests, if openvswitch is installed in the system:

$ cargo test -F test_integration
Commit count: 10

cargo fmt