Re: [ovs-dev] [PATCH V6] ovn-controller: reload configured SB probe timer

2016-06-03 Thread Ben Pfaff
On Tue, May 24, 2016 at 04:14:28PM -0700, ngh...@us.ibm.com wrote: > The probe timer between ovn-controller and OVN Southbound > can be configured using ovn-vsctl command, but that is not > effective on the fly. In other words, ovn-controller has > to be restarted to use that probe_timer value, thi

[ovs-dev] [PATCH V6] ovn-controller: reload configured SB probe timer

2016-05-24 Thread nghosh
The probe timer between ovn-controller and OVN Southbound can be configured using ovn-vsctl command, but that is not effective on the fly. In other words, ovn-controller has to be restarted to use that probe_timer value, this patch takes care of that. This change has been tested putting logs in se