Re: [ovs-discuss] ovs-vsctl using ovsdb-client

2017-01-05 Thread Ben Pfaff
On Thu, Jan 05, 2017 at 05:52:27PM +0530, Shravan S K wrote: > I checked with -vjsonrpc, it shows the series of RPC methods that were > called along with the parameters. > > I feel it is difficult/cumbersome to configure OVS using ovsdb-client. Are > there any other methods/workarounds for this?

Re: [ovs-discuss] ovs-vsctl using ovsdb-client

2017-01-05 Thread Shravan S K
I checked with -vjsonrpc, it shows the series of RPC methods that were called along with the parameters. I feel it is difficult/cumbersome to configure OVS using ovsdb-client. Are there any other methods/workarounds for this? Just to clarify, we can configure OVS remotely using 2 ways: 1) Using o

Re: [ovs-discuss] ovs-vsctl using ovsdb-client

2017-01-04 Thread Ben Pfaff
On Sat, Dec 31, 2016 at 06:41:17PM +0530, Shravan S K wrote: > 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 >

[ovs-discuss] ovs-vsctl using ovsdb-client

2016-12-31 Thread Shravan S K
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:/