Skip to content

Commit

Permalink
Update from update/networkservicemesh/sdk-vpp (networkservicemesh#387)
Browse files Browse the repository at this point in the history
* Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main
PR link: networkservicemesh/sdk-vpp#439

Commit: 66ee170
Author: Denis Tingaikin
Date: 2021-11-10 00:53:44 +0300
Message:
  - add filtermechanisms client for chain/forwarder (networkservicemesh#439)
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>

* disable remote tests

Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>

Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: denis-tingaikin <denis.tingajkin@xored.com>
  • Loading branch information
3 people authored Nov 10, 2021
1 parent cd71461 commit fd06dcc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/networkservicemesh/sdk v0.5.1-0.20211109212653-03505466fd16
github.com/networkservicemesh/sdk-k8s v0.0.0-20211103091718-33b5af79cf03
github.com/networkservicemesh/sdk-sriov v0.0.0-20211103092011-23a720ab62a6
github.com/networkservicemesh/sdk-vpp v0.0.0-20211109213248-c2b21bc00ad7
github.com/networkservicemesh/sdk-vpp v0.0.0-20211109215344-66ee1708a54a
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ github.com/networkservicemesh/sdk-kernel v0.0.0-20211109212929-1a9edbb5dbe1 h1:m
github.com/networkservicemesh/sdk-kernel v0.0.0-20211109212929-1a9edbb5dbe1/go.mod h1:qOup2nHRkiAWGHAKnwwHYQGvkp4wWHNLasE9YGdNzzo=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211103092011-23a720ab62a6 h1:WsnwJeTDbTVJc8FuCYIUt6y9QnYaRrEyH3TCycQGDRo=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211103092011-23a720ab62a6/go.mod h1:Sx4W7rd93sUhpCPT92FvhDXAbbfshVcB4IX4CgTrFos=
github.com/networkservicemesh/sdk-vpp v0.0.0-20211109213248-c2b21bc00ad7 h1:NFbhhfMEYvc+09LWlEneA7L+BAs0l3ZymuMTH6hw/XM=
github.com/networkservicemesh/sdk-vpp v0.0.0-20211109213248-c2b21bc00ad7/go.mod h1:O+feZX+yIb8lJXZ2zI2FDYPxvHo29gRLJgC1s3W9QLk=
github.com/networkservicemesh/sdk-vpp v0.0.0-20211109215344-66ee1708a54a h1:EupqxQhRTJemmVEz8zmmQ2gBp6zygN0kn7/BlyBUJEs=
github.com/networkservicemesh/sdk-vpp v0.0.0-20211109215344-66ee1708a54a/go.mod h1:O+feZX+yIb8lJXZ2zI2FDYPxvHo29gRLJgC1s3W9QLk=
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/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down
4 changes: 2 additions & 2 deletions internal/tests/suite_combinatronics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ func (f *ForwarderTestSuite) TestCombinations() {
payload.IP: {
kernel.MECHANISM,
memif.MECHANISM,
wireguard.MECHANISM,
// wireguard.MECHANISM,
},
payload.Ethernet: {
kernel.MECHANISM,
memif.MECHANISM,
vxlan.MECHANISM,
// vxlan.MECHANISM,
},
}
for _, pl := range []string{payload.Ethernet, payload.IP} {
Expand Down

0 comments on commit fd06dcc

Please sign in to comment.