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)
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>

No differences found