svn commit: r266188 - stable/9/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Thu May 15 20:17:21 UTC 2014


Author: tuexen
Date: Thu May 15 20:17:20 2014
New Revision: 266188
URL: http://svnweb.freebsd.org/changeset/base/266188

Log:
  MFC r264701:
  
  Send also a packet containing an ABORT chunk in response to an OOTB packet
  containing a COOKIE-ECHO chunk.

Modified:
  stable/9/sys/netinet/sctputil.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/netinet/sctputil.c
==============================================================================
--- stable/9/sys/netinet/sctputil.c	Thu May 15 20:15:42 2014	(r266187)
+++ stable/9/sys/netinet/sctputil.c	Thu May 15 20:17:20 2014	(r266188)
@@ -4047,9 +4047,6 @@ sctp_handle_ootb(struct mbuf *m, int iph
 		case SCTP_INIT:
 			contains_init_chunk = 1;
 			break;
-		case SCTP_COOKIE_ECHO:
-			/* We hit here only if the assoc is being freed */
-			return;
 		case SCTP_PACKET_DROPPED:
 			/* we don't respond to pkt-dropped */
 			return;


More information about the svn-src-all mailing list