Re: [ovs-dev] [PATCH v2] ovs-lib: Keep internal interface ip during upgrade.

2016-07-22 Thread Daniele Di Proietto
On 22/07/2016 12:54, "Ben Pfaff" wrote: >On Tue, Jun 21, 2016 at 07:27:30PM -0700, Daniele Di Proietto wrote: >> Commit 9b5422a98f81("ovs-lib: Try to call exit before killing.") >> introduced a problem where internal interfaces are destroyed and >> recreated, losing their IP

Re: [ovs-dev] [PATCH v2] ovs-lib: Keep internal interface ip during upgrade.

2016-07-22 Thread Daniele Di Proietto
2016-07-22 16:02 GMT-07:00 Daniele Di Proietto : > > > 2016-06-22 9:52 GMT-07:00 Darrell Ball : > >> On Tue, Jun 21, 2016 at 7:27 PM, Daniele Di Proietto < >> diproiet...@vmware.com >> > wrote: >> >> > Commit 9b5422a98f81("ovs-lib: Try to call exit before

Re: [ovs-dev] [PATCH v2] ovs-lib: Keep internal interface ip during upgrade.

2016-07-22 Thread Daniele Di Proietto
2016-06-22 9:52 GMT-07:00 Darrell Ball : > On Tue, Jun 21, 2016 at 7:27 PM, Daniele Di Proietto < > diproiet...@vmware.com > > wrote: > > > Commit 9b5422a98f81("ovs-lib: Try to call exit before killing.") > > introduced a problem where internal interfaces are destroyed and > >

Re: [ovs-dev] [PATCH v2] ovs-lib: Keep internal interface ip during upgrade.

2016-07-22 Thread Ben Pfaff
On Tue, Jun 21, 2016 at 07:27:30PM -0700, Daniele Di Proietto wrote: > Commit 9b5422a98f81("ovs-lib: Try to call exit before killing.") > introduced a problem where internal interfaces are destroyed and > recreated, losing their IP address. Acked-by: Ben Pfaff

Re: [ovs-dev] [PATCH v2] ovs-lib: Keep internal interface ip during upgrade.

2016-06-22 Thread Darrell Ball
On Tue, Jun 21, 2016 at 7:27 PM, Daniele Di Proietto wrote: > Commit 9b5422a98f81("ovs-lib: Try to call exit before killing.") > introduced a problem where internal interfaces are destroyed and > recreated, losing their IP address. > > Commit 9aad5a5a96ba("ovs-vswitchd:

Re: [ovs-dev] [PATCH v2] ovs-lib: Keep internal interface ip during upgrade.

2016-06-22 Thread Guru Shetty
On 21 June 2016 at 19:27, Daniele Di Proietto wrote: > Commit 9b5422a98f81("ovs-lib: Try to call exit before killing.") > introduced a problem where internal interfaces are destroyed and > recreated, losing their IP address. > > Commit 9aad5a5a96ba("ovs-vswitchd: Preserve

[ovs-dev] [PATCH v2] ovs-lib: Keep internal interface ip during upgrade.

2016-06-21 Thread Daniele Di Proietto
Commit 9b5422a98f81("ovs-lib: Try to call exit before killing.") introduced a problem where internal interfaces are destroyed and recreated, losing their IP address. Commit 9aad5a5a96ba("ovs-vswitchd: Preserve datapath ports across graceful shutdown.") fixed the problem by changing ovs-vswitchd