From 342c649186b3c0537b5e50239bc3ec8053e8bacd Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Thu, 21 Aug 2025 13:51:41 -0300 Subject: [PATCH] schema/arp: fix invalid pkt event output Task #7857 --- etc/schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/schema.json b/etc/schema.json index 7e847f8a6e..5c77b43562 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -5686,6 +5686,9 @@ "invalid_hardware_size": { "type": "integer" }, + "invalid_pkt": { + "type": "integer" + }, "invalid_protocol_size": { "type": "integer" }, @@ -5698,9 +5701,6 @@ "unsupported_opcode": { "type": "integer" }, - "unsupported_pkt": { - "type": "integer" - }, "unsupported_protocol": { "type": "integer" }