Skip to content

Commit

Permalink
Maximum number of interfaces fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonemainardi committed Jan 21, 2021
1 parent 1bcbeab commit 3159f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/ntop_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@
#define MAX_NUM_INTERFACE_HOSTS 131072
#define MAX_NUM_VIEW_INTERFACES 8

#define LIMITED_NUM_INTERFACES 32
#define LIMITED_NUM_INTERFACES 8
#define LIMITED_NUM_HOST_POOLS 4 /* 3 pools plus the NO_HOST_POOL_ID */
#define LIMITED_NUM_PROFILES 16
#define LIMITED_NUM_POOL_MEMBERS 8
#define UNLIMITED_NUM_INTERFACES 128
#define UNLIMITED_NUM_INTERFACES 32
#define UNLIMITED_NUM_HOST_POOLS 128
#define UNLIMITED_NUM_PROFILES 128
#ifndef NTOPNG_PRO
Expand Down

0 comments on commit 3159f49

Please sign in to comment.