Skip to content

Commit

Permalink
Introduce a flag to identify L3 VXLAN in nexthop.
Browse files Browse the repository at this point in the history
Change-Id: I9fa0a857ddf0af34410ad9f2842b7113165c6616
Partial-Bug: 1636654
  • Loading branch information
manishsing committed Apr 26, 2018
1 parent 1ec1185 commit 3d482cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/vr_nexthop.h
Expand Up @@ -70,6 +70,7 @@ enum nexthop_type {
#define NH_FLAG_INDIRECT 0x400000
#define NH_FLAG_L2_CONTROL_DATA 0x800000
#define NH_FLAG_CRYPT_TRAFFIC 0x01000000
#define NH_FLAG_L3_VXLAN 0x02000000

#define NH_SOURCE_INVALID 0
#define NH_SOURCE_VALID 1
Expand Down

0 comments on commit 3d482cc

Please sign in to comment.