svn commit: r360930 - head/sys/netinet6

Andrew Gallatin gallatin at FreeBSD.org
Mon May 11 21:23:22 UTC 2020


Author: gallatin
Date: Mon May 11 21:23:22 2020
New Revision: 360930
URL: https://svnweb.freebsd.org/changeset/base/360930

Log:
  Fix the build
  
  Back out the IPv6 portion of r360903, as the stamp_tag param
  is apparently not supported in upstream FreeBSD.
  
  Sponsored by:	Netflix
  Pointy hat to: gallatin

Modified:
  head/sys/netinet6/ip6_output.c

Modified: head/sys/netinet6/ip6_output.c
==============================================================================
--- head/sys/netinet6/ip6_output.c	Mon May 11 21:22:16 2020	(r360929)
+++ head/sys/netinet6/ip6_output.c	Mon May 11 21:23:22 2020	(r360930)
@@ -353,10 +353,6 @@ ip6_output_send(struct inpcb *inp, struct ifnet *ifp, 
 			error = EAGAIN;
 			goto done;
 		}
-		/*
-		 * Always stamp tags that include NIC ktls.
-		 */
-		stamp_tag = true;
 	}
 #endif
 #ifdef RATELIMIT


More information about the svn-src-all mailing list