OSDN Git Service

Merge branch 'sctp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 Sep 2015 22:43:06 +0000 (15:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Sep 2015 22:43:06 +0000 (15:43 -0700)
Marcelo Ricardo Leitner says:

====================
couple of sctp fixes for 0ca50d12fe46

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 on the old behavior
and I don't see a better fix for it.

Please consider both to -stable tree.
====================

Acked-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge