Skip to content

Commit

Permalink
[vnet]: Correct VNET route table size for BITMAP implementation (#1115)
Browse files Browse the repository at this point in the history
Signed-off-by: Volodymyr Samotiy <[email protected]>
  • Loading branch information
Volodymyr Samotiy authored and lguohan committed Nov 5, 2019
1 parent bb4e19c commit 038d994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/vnetorch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 038d994

Please sign in to comment.