Fix RRD l4 protos collision in Windows due to case insensitive paths

This commit is contained in:
emanuele-f 2019-07-01 12:01:07 +02:00
parent 005d56e5dd
commit 840b423aff
2 changed files with 2 additions and 1 deletions

View file

@ -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
}
-- ##############################################