ovn-org/libovsdb

does libovsdb support to get structured info from south bound db ??

Closed this issue · 2 comments

such as, i want to read all chassis info from south bound db by golang instead of ovn-sbctl list chassis.

of course, you can use modelgen to generate sb model via schema https://github.com/ovn-org/ovn/blob/main/ovn-sb.ovsschema and use client to connect to sb address.

of course, you can use modelgen to generate sb model via schema https://github.com/ovn-org/ovn/blob/main/ovn-sb.ovsschema and use client to connect to sb address.

thanks for you reply, i will try.