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

2016-07-01 Thread Ben Pfaff
On Wed, Jun 15, 2016 at 05:05:25PM -0700, ngh...@us.ibm.com wrote: > From: Nirapada Ghosh > > 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

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

2016-06-15 Thread nghosh
From: Nirapada Ghosh 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 te