Re: [PATCH net 0/2] couple of sctp fixes for 0ca50d12fe46

2015-09-03 Thread Neil Horman
On Wed, Sep 02, 2015 at 04:20:20PM -0300, Marcelo Ricardo Leitner wrote: > These are two fixes for sctp after my patch on 0ca50d12fe46 ("sctp: fix > src address selection if using secondary addresses") > > The first, fix a dst leak on those it decided to skip. > > The second, adds the fallback

Re: [PATCH net 0/2] couple of sctp fixes for 0ca50d12fe46

2015-09-03 Thread Vlad Yasevich
On 09/02/2015 03:20 PM, Marcelo Ricardo Leitner wrote: > These are two fixes for sctp after my patch on 0ca50d12fe46 ("sctp: fix > src address selection if using secondary addresses") > > The first, fix a dst leak on those it decided to skip. > > The second, adds the fallback on src selection

[PATCH net 0/2] couple of sctp fixes for 0ca50d12fe46

2015-09-02 Thread Marcelo Ricardo Leitner
These are two fixes for sctp after my patch on 0ca50d12fe46 ("sctp: fix src address selection if using secondary addresses") The first, fix a dst leak on those it decided to skip. The second, adds the fallback on src selection that Vlad had asked about. Unfortunatelly a lot of ipvs setups relies