Skip to content

Commit

Permalink
fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfriesen committed Dec 17, 2024
1 parent 508d922 commit 34fb96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/lib/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6428,7 +6428,7 @@ GenericTxChecksumOffloadUdp(
Layout->Layer2HeaderLength = sizeof(ETHERNET_HEADER);
Layout->Layer3Type =
Af == AF_INET6 ?
XdpFrameLayer3TypeIPv6UnspecifiedExtensions : XdpFrameLayer3TypeIPv4UnspecifiedOptions;
XdpFrameLayer3TypeIPv6NoExtensions : XdpFrameLayer3TypeIPv4UnspecifiedOptions;
Layout->Layer3HeaderLength = Af == AF_INET6 ? sizeof(IPV6_HEADER) : sizeof(IPV4_HEADER);
Layout->Layer4Type = XdpFrameLayer4TypeUdp;
Layout->Layer4HeaderLength = sizeof(UDP_HDR);
Expand Down

0 comments on commit 34fb96e

Please sign in to comment.