aboutsummaryrefslogtreecommitdiff
path: root/schema/flow_event_schema.json
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-10-30 15:48:45 +0100
committerToni Uhlig <matzeton@googlemail.com>2024-11-02 15:48:45 +0100
commit2b48eb051473e240735f61f41dce1c6614ca39fd (patch)
treee7314df940c8be78adca1edba92a9cde3c85a045 /schema/flow_event_schema.json
parentddc96ba614e4f6d1cd4ea9526ae1ccc9d71b8f49 (diff)
Added `vlan_id` dissection of the most outer (first) 802.1Q header. Fixes #50
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema/flow_event_schema.json')
-rw-r--r--schema/flow_event_schema.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json
index e9af54b3b..95dc095e7 100644
--- a/schema/flow_event_schema.json
+++ b/schema/flow_event_schema.json
@@ -77,6 +77,11 @@
"type": "number",
"minimum": 0
},
+ "vlan_id": {
+ "type": "number",
+ "minimum": 0,
+ "maximum": 4095
+ },
"flow_event_id": {
"type": "number",
"minimum": 0,