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
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