From a4a1d3be49c39eb1f137b02bdf1c4b479bbe1cba Mon Sep 17 00:00:00 2001 From: Volodymyr Samotiy Date: Tue, 3 Dec 2019 18:27:29 +0200 Subject: [PATCH] [vnet]: Update VNET route table size to 40K for BITMAP implementation (#1132) Signed-off-by: Volodymyr Samotiy --- orchagent/vnetorch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchagent/vnetorch.h b/orchagent/vnetorch.h index 965b8cadb844..d994da442044 100644 --- a/orchagent/vnetorch.h +++ b/orchagent/vnetorch.h @@ -14,7 +14,7 @@ #include "observer.h" #define VNET_BITMAP_SIZE 32 -#define VNET_TUNNEL_SIZE 3072 +#define VNET_TUNNEL_SIZE 40960 #define VNET_NEIGHBOR_MAX 0xffff #define VXLAN_ENCAP_TTL 128