sctp: Fix SNMP number of SCTP_MIB_ABORTED during violation handling.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 9 Oct 2008 21:33:01 +0000 (14:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Oct 2008 21:33:01 +0000 (14:33 -0700)
commit56eb82bb8d2cdd8d9f4838eaa109df41d7164ca5
tree198a26f63294b8ba943ed1227e4a8ca01157d824
parent3d5a019d5761a40465337711ae7d2beb1e9b43ec
sctp: Fix SNMP number of SCTP_MIB_ABORTED during violation handling.

If ABORT chunks require authentication and a protocol violation
is triggered, we do not tear down the association.  Subsequently,
we should not increment SCTP_MIB_ABORTED.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/sm_statefuns.c