Fixes wrong traffic disaggregation renaming #6957

This commit is contained in:
MatteoBiscosi 2022-11-07 11:56:41 +01:00
parent fb023f68c6
commit 1d2bd8de20

View file

@ -1422,6 +1422,7 @@ http_lint.validateListItems = validateListItems
local known_parameters = {
-- UNCHECKED (Potentially Dangerous)
["custom_name"] = validateUnchecked, -- A custom interface/host name
["old_name"] = validateUnchecked, -- Old custom interface/host name
["custom_notes"] = validateUnchecked, -- Host custom notes
["pool_name"] = validateUnchecked,
["query"] = validateUnchecked, -- This field should be used to perform partial queries.