Re: [PATCH v2 0/2] sctp: fix src address selection if using secondary address

2015-07-21 Thread David Miller
From: Marcelo Ricardo Leitner Date: Fri, 17 Jul 2015 12:34:16 -0300 > This series improves the way SCTP chooses its src address so that the > choosen one will always belong to the interface being used for output. > > v1->v2: > - split out the refactoring from the fix itself > - Doing a full re

Re: [PATCH v2 0/2] sctp: fix src address selection if using secondary address

2015-07-20 Thread Neil Horman
On Fri, Jul 17, 2015 at 12:34:16PM -0300, Marcelo Ricardo Leitner wrote: > This series improves the way SCTP chooses its src address so that the > choosen one will always belong to the interface being used for output. > > v1->v2: > - split out the refactoring from the fix itself > - Doing a full

Re: [PATCH v2 0/2] sctp: fix src address selection if using secondary address

2015-07-20 Thread Vlad Yasevich
On 07/17/2015 11:34 AM, Marcelo Ricardo Leitner wrote: > This series improves the way SCTP chooses its src address so that the > choosen one will always belong to the interface being used for output. > > v1->v2: > - split out the refactoring from the fix itself > - Doing a full reverse routing a

[PATCH v2 0/2] sctp: fix src address selection if using secondary address

2015-07-17 Thread Marcelo Ricardo Leitner
This series improves the way SCTP chooses its src address so that the choosen one will always belong to the interface being used for output. v1->v2: - split out the refactoring from the fix itself - Doing a full reverse routing as in v1 is not necessary. Only looking for the interface that ha