Skip to content

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

License

Notifications You must be signed in to change notification settings

retis-org/ovs-unixctl

Repository files navigation

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