]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
json/schema: Add additional VLAN layer stat
authorJeff Lucovsky <jeff.lucovsky@corelight.com>
Fri, 5 Aug 2022 13:31:59 +0000 (09:31 -0400)
committerVictor Julien <vjulien@oisf.net>
Mon, 5 Jun 2023 09:08:21 +0000 (11:08 +0200)
Issue: 2816

This commit extends the JSON schema with the additional VLAN stat for
tracking VLAN encapsulated packets with 3 levels.

etc/schema.json

index 7223e0d7554138d46be11ac21ae52f3c5bf9f41e..81024cf6b49b939cae81c04463192d66c4aeec97 100644 (file)
                         "vlan_qinq": {
                             "type": "integer"
                         },
+                        "vlan_qinqinq": {
+                            "type": "integer"
+                        },
                         "vntag": {
                             "type": "integer"
                         },