sctp: check asoc peer.asconf_capable before processing asconf
authorXin Long <lucien.xin@gmail.com>
Mon, 19 Aug 2019 14:02:45 +0000 (22:02 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Aug 2019 01:27:28 +0000 (18:27 -0700)
commita2eeacc830438d738d21230325662fe5c22c3bf0
treeccf3b2251445eb276d196c43164bda2df28f403b
parentbb2ded26028be00204dbe2153f98fbd1902a2187
sctp: check asoc peer.asconf_capable before processing asconf

asconf chunks should be dropped when the asoc doesn't support
asconf feature.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/sm_statefuns.c