From c999e6fe3deb4b3b8f3ac04dc35d2a2479b8b124 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Tue, 21 Oct 2025 09:06:29 -0400 Subject: [PATCH] test/unknown: Ethertype updates for 8.0.x Issue: 8007 Includes changes for issue 7855 needed for the backport. --- tests/decode-unknown-2/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/decode-unknown-2/test.yaml b/tests/decode-unknown-2/test.yaml index 94d1be34b..31e85a66e 100644 --- a/tests/decode-unknown-2/test.yaml +++ b/tests/decode-unknown-2/test.yaml @@ -14,7 +14,7 @@ checks: decoder.unknown_ethertype: 1 - filter: count: 1 - min-version: 9 + min-version: 8.0.2 match: event_type: anomaly ether.ether_type: 64439 @@ -23,7 +23,7 @@ checks: - filter: count: 1 min-version: 8 - lt-version: 9 + lt-version: 8.0.2 match: event_type: anomaly ether.ether_type: 47099 -- 2.47.3