mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix VLAN untagged filter (#7847)
This commit is contained in:
parent
0eef48e4f1
commit
f72dfcefd5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue