Skip to content

Commit 038d994

Browse files
Volodymyr Samotiylguohan
Volodymyr Samotiy
authored andcommitted
[vnet]: Correct VNET route table size for BITMAP implementation (sonic-net#1115)
Signed-off-by: Volodymyr Samotiy <[email protected]>
1 parent bb4e19c commit 038d994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchagent/vnetorch.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include "observer.h"
1515

1616
#define VNET_BITMAP_SIZE 32
17-
#define VNET_TUNNEL_SIZE 512
17+
#define VNET_TUNNEL_SIZE 3072
1818
#define VNET_NEIGHBOR_MAX 0xffff
1919
#define VXLAN_ENCAP_TTL 128
2020

0 commit comments

Comments
 (0)