schema: fix typos s/ERPSAN/ERSPAN

pull/13941/head
Juliana Fajardini 2 months ago committed by Victor Julien
parent 846eb44a9d
commit 42d563f83e

@ -6329,15 +6329,15 @@
"properties": { "properties": {
"header_too_small": { "header_too_small": {
"type": "integer", "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": { "too_many_vlan_layers": {
"type": "integer", "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": { "unsupported_version": {
"type": "integer", "type": "integer",
"description": "Number of packets with unsupported version for ERPSAN" "description": "Number of packets with unsupported version for ERSPAN"
} }
} }
}, },

Loading…
Cancel
Save