Fix VLAN untagged filter (#7847)

This commit is contained in:
Nicolo Maio 2023-10-03 10:45:33 +02:00
parent 0eef48e4f1
commit f72dfcefd5

View file

@ -115,14 +115,14 @@ for _, data in pairs(aggregated_info or {}) do
end
-- In case the vlans are 0, put them to nil for semplicity later
if data.srv_vlan_id == 0 then
--[[if data.srv_vlan_id == 0 then
data.srv_vlan_id = nil
end
if data.cli_vlan_id == 0 then
data.cli_vlan_id = nil
end
--]]
local response = {}
if (criteria_type_id == 1) then
add_app_proto = true