#json-rpc #ovs #openvswitch #unixctl

ovs-unixctl

Control OVS daemons using the Unixctl interface (a.k.a ovs-appctl)

1 unstable release

0.1.0 Mar 11, 2025

#43 in #json-rpc

Download history 62/week @ 2025-03-05 99/week @ 2025-03-12

161 downloads per month

LGPL-2.1-or-later

27KB
571 lines

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

Dependencies

~0.7–1.6MB
~33K SLoC