Re: [PATCH net-next] sctp: support ipv6 nonlocal bind

2016-07-25 Thread David Miller
From: Xin Long Date: Fri, 22 Jul 2016 17:38:51 +0800 > This patch makes sctp support ipv6 nonlocal bind by adding > sp->inet.freebind and net->ipv6.sysctl.ip_nonlocal_bind > check in sctp_v6_available as what sctp did to support > ipv4 nonlocal bind (commit cdac4e077489). > > Reported-by: Shijoe

Re: [PATCH net-next] sctp: support ipv6 nonlocal bind

2016-07-22 Thread Marcelo Ricardo Leitner
On Fri, Jul 22, 2016 at 05:38:51PM +0800, Xin Long wrote: > This patch makes sctp support ipv6 nonlocal bind by adding > sp->inet.freebind and net->ipv6.sysctl.ip_nonlocal_bind > check in sctp_v6_available as what sctp did to support > ipv4 nonlocal bind (commit cdac4e077489). Next time please men

[PATCH net-next] sctp: support ipv6 nonlocal bind

2016-07-22 Thread Xin Long
This patch makes sctp support ipv6 nonlocal bind by adding sp->inet.freebind and net->ipv6.sysctl.ip_nonlocal_bind check in sctp_v6_available as what sctp did to support ipv4 nonlocal bind (commit cdac4e077489). Reported-by: Shijoe George Signed-off-by: Xin Long --- net/sctp/ipv6.c | 4 +++- 1