Skip to content

Commit

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

PR link: networkservicemesh/sdk-vpp#555

Commit: 19f2f16
Author: Laszlo Kiraly
Date: 2022-04-12 17:13:09 +0200
Message:
  - Fix for MTU change: get L3 mtu instead of linkMTU (#555)
Issue: networkservicemesh/cmd-forwarder#557
Related PR: #554

The L3 MTU is set based on link L2 mtu and should not modified.

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Apr 12, 2022
1 parent 91c39bb commit 0800884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/networkservicemesh/sdk v0.5.1-0.20220408124029-adfd2db62d17
github.com/networkservicemesh/sdk-k8s v0.0.0-20220408132531-c168f38387a0
github.com/networkservicemesh/sdk-sriov v0.0.0-20220408125444-7f4929ac39a1
github.com/networkservicemesh/sdk-vpp v0.0.0-20220411185040-dc652f02840e
github.com/networkservicemesh/sdk-vpp v0.0.0-20220412151309-19f2f16a2256
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ github.com/networkservicemesh/sdk-kernel v0.0.0-20220408124342-c6a45e684ec8 h1:7
github.com/networkservicemesh/sdk-kernel v0.0.0-20220408124342-c6a45e684ec8/go.mod h1:/5H2UQB/jwdAReqWaaGdgVpOVYYhkpBz/Oy8+AT7eoE=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220408125444-7f4929ac39a1 h1:FFHcOlfws+2MkzPYb9f/4XvTrisGy7VL1EIcOCmriJc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220408125444-7f4929ac39a1/go.mod h1:qedZ1GGoj5Toz564YyaktWXtoOlHrACApGTby8xagS4=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220411185040-dc652f02840e h1:Q1jUb5qPai0EbPqg50W1dGlEJZ23+NSoF4L11kiWPHM=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220411185040-dc652f02840e/go.mod h1:ZBi0ncHZa93jWxkde8hAiwbAxwa18FKI5DTIPQoQrN0=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220412151309-19f2f16a2256 h1:Vh1j4YPHcBw4OAMu3CSo4CYeGw80YOH5PlpinNQ2z4k=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220412151309-19f2f16a2256/go.mod h1:ZBi0ncHZa93jWxkde8hAiwbAxwa18FKI5DTIPQoQrN0=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down

0 comments on commit 0800884

Please sign in to comment.