svn commit: r554115 - head/net/packetdrill

Kevin Bowling kbowling at FreeBSD.org
Thu Nov 5 01:21:11 UTC 2020


Author: kbowling
Date: Thu Nov  5 01:21:10 2020
New Revision: 554115
URL: https://svnweb.freebsd.org/changeset/ports/554115

Log:
  net/packetdrill: Mark as broken on 11.x due to TFO struct differences
  
  Sponsored by:	BBOX.io

Modified:
  head/net/packetdrill/Makefile

Modified: head/net/packetdrill/Makefile
==============================================================================
--- head/net/packetdrill/Makefile	Thu Nov  5 00:55:08 2020	(r554114)
+++ head/net/packetdrill/Makefile	Thu Nov  5 01:21:10 2020	(r554115)
@@ -9,6 +9,8 @@ COMMENT=	Network stack testing tool
 
 LICENSE=	GPLv2
 
+BROKEN_FreeBSD_11=	TCP Fast Open struct changes
+
 USES=		bison python:run uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd-net


More information about the svn-ports-head mailing list