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-kernel@main (networkservicemesh#834)

PR link: networkservicemesh/sdk-kernel#666

Commit: 293bea6
Author: Network Service Mesh Bot
Date: 2024-06-04 10:09:51 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (networkservicemesh#666)
PR link: networkservicemesh/sdk#1640
Commit: e3eed82
Author: Denis Tingaikin
Date: 2024-06-04 17:35:37 +0300
Message:
    - update grpcfd (#1640)

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
2 people authored and NikitaSkrynnik committed Jul 2, 2024
1 parent de32d39 commit 3f155e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/networkservice/mechanisms/kernel/kerneltap/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func del(ctx context.Context, conn *networkservice.Connection, vppConn api.Conne
return nil
}
now := time.Now()
_, err := tapv2.NewServiceClient(vppConn).TapDeleteV2(ctx, &tapv2.TapDeleteV2{
_, err := tapv2.NewServiceClient(vppConn).TapDeleteV2(context.Background(), &tapv2.TapDeleteV2{
SwIfIndex: swIfIndex,
})
if err != nil {
Expand Down

0 comments on commit 3f155e9

Please sign in to comment.