From 42d563f83e096f36735c945028314b1756302008 Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Mon, 29 Sep 2025 11:21:41 -0300 Subject: [PATCH] schema: fix typos s/ERPSAN/ERSPAN --- etc/schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/schema.json b/etc/schema.json index 261201d55a..aac0dfd7fa 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -6329,15 +6329,15 @@ "properties": { "header_too_small": { "type": "integer", - "description": "Number of packets with header too small for ERPSAN" + "description": "Number of packets with header too small for ERSPAN" }, "too_many_vlan_layers": { "type": "integer", - "description": "Number of packets with too many VLAN layers for ERPSAN" + "description": "Number of packets with too many VLAN layers for ERSPAN" }, "unsupported_version": { "type": "integer", - "description": "Number of packets with unsupported version for ERPSAN" + "description": "Number of packets with unsupported version for ERSPAN" } } },