Skip to content

Commit

Permalink
Incorporate VPP GSO fix (#323)
Browse files Browse the repository at this point in the history
edwarnicke/govpp#44

af-packet may incorrectly mark a packet as being a GSO packet
due to a slight miscomputation around the MTU. This should fix that.

https://gerrit.fd.io/r/c/vpp/+/34585

Fixes networkservicemesh/sdk#1148

Signed-off-by: Ed Warnicke <[email protected]>
  • Loading branch information
edwarnicke authored Nov 26, 2021
1 parent c2d9d81 commit b831d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VPP_VERSION=v22.02-rc0-100-gac6dd7c7f
ARG VPP_VERSION=v22.02-rc0-101-g005fc7448
FROM ghcr.io/edwarnicke/govpp/vpp:${VPP_VERSION} as go
COPY --from=golang:1.16.3-buster /usr/local/go/ /go
ENV PATH ${PATH}:/go/bin
Expand Down

0 comments on commit b831d0f

Please sign in to comment.