From 038d994f594115b626c3aed35297321a19827a78 Mon Sep 17 00:00:00 2001 From: Volodymyr Samotiy Date: Tue, 5 Nov 2019 20:43:14 +0200 Subject: [PATCH] [vnet]: Correct VNET route table size for BITMAP implementation (#1115) 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 126a737d3c78..49f3413d1f45 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 512 +#define VNET_TUNNEL_SIZE 3072 #define VNET_NEIGHBOR_MAX 0xffff #define VXLAN_ENCAP_TTL 128