Re: [ovs-dev] [PATCH 0/4] Fix upgrade problems related to AutoAttach

2015-03-31 Thread Ben Pfaff
On Tue, Mar 31, 2015 at 04:39:47PM -0700, Alex Wang wrote: > On Tue, Mar 31, 2015 at 4:12 PM, Ben Pfaff wrote: > > > On Tue, Mar 31, 2015 at 02:16:07PM -0700, Alex Wang wrote: > > > Somehow I could not find the 4th patch, > > > > > > ovsdb-server: Correct malformed error replies to certain JSON-R

Re: [ovs-dev] [PATCH 0/4] Fix upgrade problems related to AutoAttach

2015-03-31 Thread Alex Wang
On Tue, Mar 31, 2015 at 4:12 PM, Ben Pfaff wrote: > On Tue, Mar 31, 2015 at 02:16:07PM -0700, Alex Wang wrote: > > Somehow I could not find the 4th patch, > > > > ovsdb-server: Correct malformed error replies to certain JSON-RPC > requests. > > > > Just want to give an Ack, > > > > Acked-by: Alex

Re: [ovs-dev] [PATCH 0/4] Fix upgrade problems related to AutoAttach

2015-03-31 Thread Ben Pfaff
On Tue, Mar 31, 2015 at 02:16:07PM -0700, Alex Wang wrote: > Somehow I could not find the 4th patch, > > ovsdb-server: Correct malformed error replies to certain JSON-RPC requests. > > Just want to give an Ack, > > Acked-by: Alex Wang I can resend patches 3 and 4, or just patch 4, if you like.

Re: [ovs-dev] [PATCH 0/4] Fix upgrade problems related to AutoAttach

2015-03-31 Thread Alex Wang
Somehow I could not find the 4th patch, ovsdb-server: Correct malformed error replies to certain JSON-RPC requests. Just want to give an Ack, Acked-by: Alex Wang On Thu, Mar 19, 2015 at 11:52 PM, Ben Pfaff wrote: > The first two commits fix fairly serious upgrade problems specifically > rela

[ovs-dev] [PATCH 0/4] Fix upgrade problems related to AutoAttach

2015-03-19 Thread Ben Pfaff
The first two commits fix fairly serious upgrade problems specifically related to the new auto-attach feature. The third commit is less critical; it fixes a similar upgrade bug in ovs-vswitchd specifically. The fourth fixes a long-standing bug in ovsdb-server that I've known about for a few weeks