Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/cm…
Browse files Browse the repository at this point in the history
…d-nsc-vpp@main

PR link: networkservicemesh/cmd-nsc-vpp#323

Commit: b831d0f
Author: Ed Warnicke
Date: 2021-11-26 04:41:26 -0600
Message:
  - Incorporate VPP GSO fix (#323)
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: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Nov 26, 2021
1 parent c7fd024 commit 1d6b59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nsc-memif/nsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nsc
image: ghcr.io/networkservicemesh/ci/cmd-nsc-vpp:c2d9d81
image: ghcr.io/networkservicemesh/ci/cmd-nsc-vpp:b831d0f
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down

0 comments on commit 1d6b59d

Please sign in to comment.