From: Jeff Lucovsky Date: Fri, 5 Aug 2022 13:31:59 +0000 (-0400) Subject: json/schema: Add additional VLAN layer stat X-Git-Tag: suricata-7.0.0-rc2~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dc68ac59ac3fce1095e9fc4795c4f23be2d2891;p=thirdparty%2Fsuricata.git json/schema: Add additional VLAN layer stat Issue: 2816 This commit extends the JSON schema with the additional VLAN stat for tracking VLAN encapsulated packets with 3 levels. --- diff --git a/etc/schema.json b/etc/schema.json index 7223e0d755..81024cf6b4 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -4204,6 +4204,9 @@ "vlan_qinq": { "type": "integer" }, + "vlan_qinqinq": { + "type": "integer" + }, "vntag": { "type": "integer" },