Replace isEnterprise with isEnterpriseM

This commit is contained in:
Alfredo Cardigliano 2020-04-02 12:36:34 +00:00
parent 457066ebb4
commit 2425134f05
19 changed files with 38 additions and 38 deletions

View file

@ -54,7 +54,7 @@ local function flowsTableName(version, force_raw)
local tblname = "flowsv"..version
if force_raw ~= true and ntop.isEnterprise() == true then
if force_raw ~= true and ntop.isEnterpriseM() == true then
if useAggregatedFlows() == true then
tblname = "aggr"..tblname
end