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 networkservicemesh/sdk-vpp#

networkservicemesh/sdk-vpp PR link: https://github.com/networkservicemesh/sdk-vpp/pull/

networkservicemesh/sdk-vpp commit message:
commit fc1f027cf649832d633bc82147aef88a35dd80cc
Author: Ed Warnicke <hagbard@gmail.com>
Date:   Sun Mar 7 16:13:56 2021 -0600

    Fixes to enable vxlan testing in cmd-forwarder-vpp. (#120)

    Add NextNode  ethernet-input for vxlan:

      This allows assignment of an IP address to vxlan in a way
      that responds to arp.  It is used for testing.

    Set route to IsMultipath == false:
      Fixes a bug in adding an deleting the same route repeatedly
      for vxlan interfaces

    Signed-off-by: Ed Warnicke <hagbard@gmail.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Mar 7, 2021
1 parent c92caef commit 93d5a47
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 @@ -15,7 +15,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210305165706-bcfdc8d78700
github.com/networkservicemesh/sdk v0.0.0-20210305172037-134592a62011
github.com/networkservicemesh/sdk-vpp v0.0.0-20210305172441-2404707ce255
github.com/networkservicemesh/sdk-vpp v0.0.0-20210307221356-fc1f027cf649
github.com/onsi/ginkgo v1.13.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ github.com/networkservicemesh/api v0.0.0-20210305165706-bcfdc8d78700 h1:c4M5DLI0
github.com/networkservicemesh/api v0.0.0-20210305165706-bcfdc8d78700/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20210305172037-134592a62011 h1:H0oHYcewohL0Bk8dsTm56S5ffvDta8HjyddZHQELWkg=
github.com/networkservicemesh/sdk v0.0.0-20210305172037-134592a62011/go.mod h1:hCOxrQcRgyiUtdzFp1RE775tQBW0Lexzcn7V5esSJxg=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210305172441-2404707ce255 h1:qoFUWYXezYHZ/2Voc1MG6aqtvyT2XCE5Xuebv+AUCTg=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210305172441-2404707ce255/go.mod h1:l97NCdAvolDJXVplwrRMK6lQ8K2J1nRppOH2Umy7y20=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210307221356-fc1f027cf649 h1:KEjx8FubAxf1jAXVlBdK/24o1w17DCugHZUzfv2HAy4=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210307221356-fc1f027cf649/go.mod h1:l97NCdAvolDJXVplwrRMK6lQ8K2J1nRppOH2Umy7y20=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=
Expand Down

0 comments on commit 93d5a47

Please sign in to comment.