From 2b48eb051473e240735f61f41dce1c6614ca39fd Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 30 Oct 2024 15:48:45 +0100 Subject: Added `vlan_id` dissection of the most outer (first) 802.1Q header. Fixes #50 Signed-off-by: Toni Uhlig --- schema/flow_event_schema.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'schema/flow_event_schema.json') 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, -- cgit v1.2.3