Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from update/networkservicemesh/sdk-vpp #306

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update go.mod and go.sum to latest version from networkservicemesh/sd…
…k-vpp@main

PR link: networkservicemesh/sdk-vpp#805

Commit: a7d3dd6
Author: Lajos Katona
Date: 2024-03-14 21:13:07 +0100
Message:
  - Trivial: Use VxlanAddDelTunnelV3 instead of V2 (#805)
VxlanAddDelTunnelV2 was deprecated (see [1]), change it to
VxlanAddDelTunnelV3 and update the related log messages also.

[1]: FDio/govpp@8debdf0

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Mar 14, 2024
commit 582d367760c8d9b50e71a7bd64a76d0ef2d6b989
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.12.1-rc.1.0.20240301085602-d5e1eb84eeb4
github.com/networkservicemesh/sdk v0.5.1-0.20240212105149-b1a3e26da857
github.com/networkservicemesh/sdk-vpp v0.0.0-20240312181302-9cd334de9f08
github.com/networkservicemesh/sdk-vpp v0.0.0-20240314201307-a7d3dd66be8b
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20240212105149-b1a3e26da857 h1:5Yn1mb
github.com/networkservicemesh/sdk v0.5.1-0.20240212105149-b1a3e26da857/go.mod h1:rw2ug2AngItEh13ectyCGrxRhGTt/yvJt2SrysoU/Dc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240212105448-f9f740175836 h1:izzgZmyDcgEElhNv4DbsKWoZ6mazueIlqLOvULq+t4k=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240212105448-f9f740175836/go.mod h1:xvmFv1R0zlB1pNtjWCiw0y7df+/XITxtSGDhQj7jAEs=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240312181302-9cd334de9f08 h1:m+v5Po87tiyLxxAP3C4Vaf/NBeJFl/K3BE6SHwkKblg=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240312181302-9cd334de9f08/go.mod h1:LmuamA/kVYQk5hS1lX80pO8oJP8cfxEHhvgJRp4HwnY=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240314201307-a7d3dd66be8b h1:veJgrE5KocHpgRt9EVYFsoZuA0/DghsIgVJB3iLT5NQ=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240314201307-a7d3dd66be8b/go.mod h1:LmuamA/kVYQk5hS1lX80pO8oJP8cfxEHhvgJRp4HwnY=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6/go.mod h1:n6+8PnoDvWj6WMryfU3J8HOCusgysFjQ0kGLfrcsDEM=
github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
Expand Down
Loading