diff --git a/etc/schema.json b/etc/schema.json index cff4221680..adea945a75 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1044,6 +1044,15 @@ "fin": { "type": "boolean" }, + "flowlbl": { + "type": "integer" + }, + "hoplimit": { + "type": "integer" + }, + "tc": { + "type": "integer" + }, "icmp_id": { "type": "integer" },