On Wed, Oct 23, 2024 at 02:34:56PM +0000, Klaus Ma wrote: > Hi team, > > I'd like to learn OVS through the client APIs, e.g. Rust/Go/C. Is there any > doc/tutorial/examples for that? >
C OVSDB APIs (IDL) are generated in the OVS tree. You can look at OVN as an example. libopenvswitch also contains the unixctl interface. In Go I know of libovsdb, used by ovn-kubernetes. In Rust there seems to be a OVSDB crate as well called "ovsdb". Thanks. Adrián _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
