On Mon, May 18, 2015 at 05:27:27PM +0200, Hardik Soni wrote: > I want to set other_config : n-handler-threads & other_config : n-rev > alidator-threads in Open_vSwitch table as described in following link. > > http://openvswitch.org/ovs-vswitchd.conf.db.5.pdf > Can anyone give me correct ovs-vsctl syntax for this? > > I dont know record identifier of the record in Open_vSwitch table. As I > understood, there will be exactly one row in Open_vSwitch table. > So, I am trying to figure out how to get the id of the record and set those > two columns in one ovs-vsctl command.
ovs-vsctl set Open_vSwitch . other-config:n-handler-threads=1 other-config:n-revalidator-threads=1 _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss