svn commit: r354084 - head/tests/sys/netinet6/frag6

Bjoern A. Zeeb bz at FreeBSD.org
Fri Oct 25 17:41:08 UTC 2019


Author: bz
Date: Fri Oct 25 17:41:08 2019
New Revision: 354084
URL: https://svnweb.freebsd.org/changeset/base/354084

Log:
  frag6-test:  update for r354046, conform to 8200 for overlapping fragments
  
  The change to conform to RFC 8200 for overlapping fragments now frees
  the entire reassembly queue if the overlapping fragments are not an
  exact match.
  As a result we do see one less packet in the timeout statistics from
  expiry.  No other statistics change as the event is not counted.
  It can be argued that we should improve the statistics counters in
  that case.
  This test case update should have been committed alongside the original
  commit.
  
  Pointyhat to:	bz
  MFC after:	3 weeks
  X-MFC with:	r354046
  Sponsored by:	Netflix

Modified:
  head/tests/sys/netinet6/frag6/frag6_14.sh

Modified: head/tests/sys/netinet6/frag6/frag6_14.sh
==============================================================================
--- head/tests/sys/netinet6/frag6/frag6_14.sh	Fri Oct 25 16:59:54 2019	(r354083)
+++ head/tests/sys/netinet6/frag6/frag6_14.sh	Fri Oct 25 17:41:08 2019	(r354084)
@@ -95,7 +95,7 @@ EOF
     <dropped-bad-version>0</dropped-bad-version>
     <received-fragments>6</received-fragments>
     <dropped-fragment>2</dropped-fragment>
-    <dropped-fragment-after-timeout>4</dropped-fragment-after-timeout>
+    <dropped-fragment-after-timeout>3</dropped-fragment-after-timeout>
     <dropped-fragments-overflow>0</dropped-fragments-overflow>
     <atomic-fragments>0</atomic-fragments>
     <reassembled-packets>0</reassembled-packets>


More information about the svn-src-head mailing list