VOL-4727: Remove restriction that flows have to be replicated for
8 pbits when replication is enabled

Change-Id: I947315ea6a5f52a2c7fd9491896e73ee8730de84
diff --git a/agent/common/core.h b/agent/common/core.h
index 4279f35..dafbf97 100644
--- a/agent/common/core.h
+++ b/agent/common/core.h
@@ -174,7 +174,7 @@
 #define FILL_ARRAY2(ARRAY,START,END,VALUE) for(int i=START;i<END;ARRAY[i]=VALUE,i+=2);
 #define COUNT_OF(array) (sizeof(array) / sizeof(array[0]))
 #define NUMBER_OF_PBITS 8
-#define NUMBER_OF_REPLICATED_FLOWS NUMBER_OF_PBITS
+#define MAX_NUMBER_OF_REPLICATED_FLOWS NUMBER_OF_PBITS
 #define GRPC_THREAD_POOL_SIZE 150
 
 #define GET_FLOW_INTERFACE_TYPE(type) \