mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix RRD l4 protos collision in Windows due to case insensitive paths
This commit is contained in:
parent
005d56e5dd
commit
840b423aff
2 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ local prefixes_to_skip = {
|
|||
}
|
||||
|
||||
local suffixes_to_skip = {
|
||||
l4protos = true, -- Currently no overlap happens. "icmp" is the l4 protocol, "ICMP" is the l7 application
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue