From 82d7e06b09f02a2e6dab9f171586f9cd6f636f5b Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 28 Dec 2015 23:11:59 +0100 Subject: [PATCH] permissions: max size of subnet array set to 512 - was 128, which can be insufficient for large interconnect --- modules/permissions/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/permissions/hash.h b/modules/permissions/hash.h index 1823084c88d..cfb6813df00 100644 --- a/modules/permissions/hash.h +++ b/modules/permissions/hash.h @@ -176,7 +176,7 @@ int addr_hash_table_rpc_print(struct addr_list** table, rpc_t* rpc, void* c); void empty_addr_hash_table(struct addr_list** hash_table); -#define PERM_MAX_SUBNETS 128 +#define PERM_MAX_SUBNETS 512 /*