Skip to content

Commit

Permalink
Merge pull request #112 from lemmy/mku-vxlan
Browse files Browse the repository at this point in the history
VxLAN packets are two octets short.
  • Loading branch information
tahina-pro authored Nov 29, 2023
2 parents 4be6deb + f6c5e73 commit 13bb84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3d/tests/tcpip/VXLAN.3d
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ typedef struct _VXLAN_HEADER
UINT8BE I:1 { I == 1 };
UINT8BE R3:3;
UINT8 Reserved24[3];
UINT8 VXLanId;
UINT8BE VXLanId[3];
UINT8 Reserved8;
} VXLAN_HEADER;

0 comments on commit 13bb84f

Please sign in to comment.