| Crates.io | ovs-unixctl |
| lib.rs | ovs-unixctl |
| version | 0.1.0 |
| created_at | 2025-03-11 18:16:00.414823+00 |
| updated_at | 2025-03-11 18:16:00.414823+00 |
| description | Control OVS daemons using the Unixctl interface (a.k.a ovs-appctl) |
| homepage | https://github.com/retis-org/ovs-unixctl |
| repository | https://github.com/retis-org/ovs-unixctl |
| max_upload_size | |
| id | 1588288 |
| size | 57,149 |
Library to send commands to OVS daemons though their JSON interface. See ovs-appctl(8).
Run unit tests:
$ cargo test
Run integration tests, if openvswitch is installed in the system:
$ cargo test -F test_integration