mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Custom disaggregation available in EE
This commit is contained in:
parent
87ac1b0bb6
commit
16c3b3a4af
1 changed files with 1 additions and 1 deletions
|
|
@ -473,7 +473,7 @@ void NetworkInterface::checkDisaggregationMode() {
|
|||
#ifdef NTOPNG_PRO
|
||||
#ifndef HAVE_NEDGE
|
||||
if (flowHashingMode == flowhashing_none)
|
||||
sub_interfaces = ntop->getPro()->has_valid_license() ? new SubInterfaces(this) : NULL;
|
||||
sub_interfaces = ntop->getPro()->has_valid_enterprise_license() ? new SubInterfaces(this) : NULL;
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue