Hello,

How the functionality provided by ovs-vsctl can be achieved using
ovsdb-client commands ?

For example, to create a bridge and add a port using ovs-vsctl, we can use
$ ovs-vsctl add bridge br0
$ ovs-vsctl add-port br0 port0
How to do these using ovsdb-client ?

I went through the doc
http://openvswitch.org/support/dist-docs-2.5/ovsdb-client.1.pdf Should we
use the transact command ? (I know basic database stuff) If so, can you
please give an example of how to do it or suggest some useful
resources/tutorials available online ?

Thanks.
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to