Skip to content

Commit

Permalink
Reserve space for vxLan element
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Apr 2, 2024
1 parent 8941a79 commit 21c61f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libnffile/nfxV3.h
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ typedef struct EXlayer2_s {
#define SIZEphysIngress MemberSize(EXlayer2_t, ingress)
#define OFFphysEgress offsetof(EXlayer2_t, egress)
#define SIZEphysEgress MemberSize(EXlayer2_t, egress)
uint32_t vxLan;
uint16_t etherType;
uint8_t ipVersion;
#define OFFetherType offsetof(EXlayer2_t, etherType)
Expand Down

0 comments on commit 21c61f9

Please sign in to comment.