svn commit: r267731 - stable/10/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sun Jun 22 16:42:10 UTC 2014


Author: tuexen
Date: Sun Jun 22 16:42:09 2014
New Revision: 267731
URL: http://svnweb.freebsd.org/changeset/base/267731

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

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

Modified: stable/10/sys/netinet/sctputil.c
==============================================================================
--- stable/10/sys/netinet/sctputil.c	Sun Jun 22 16:40:36 2014	(r267730)
+++ stable/10/sys/netinet/sctputil.c	Sun Jun 22 16:42:09 2014	(r267731)
@@ -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