Skip to content

Commit

Permalink
Remove recvfd from client's chain
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
  • Loading branch information
glazychev-art committed Oct 2, 2023
1 parent 90fefb5 commit 5290672
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion internal/imports/imports_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
_ "github.com/networkservicemesh/sdk/pkg/networkservice/common/clientinfo"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/common/excludedprefixes"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/common/heal"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/common/mechanisms/recvfd"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/common/mechanisms/sendfd"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/common/retry"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/common/upstreamrefresh"
Expand Down
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ import (
"github.com/networkservicemesh/sdk/pkg/networkservice/common/clientinfo"
"github.com/networkservicemesh/sdk/pkg/networkservice/common/excludedprefixes"
"github.com/networkservicemesh/sdk/pkg/networkservice/common/heal"
"github.com/networkservicemesh/sdk/pkg/networkservice/common/mechanisms/recvfd"
"github.com/networkservicemesh/sdk/pkg/networkservice/common/mechanisms/sendfd"
"github.com/networkservicemesh/sdk/pkg/networkservice/common/retry"
"github.com/networkservicemesh/sdk/pkg/networkservice/common/upstreamrefresh"
Expand Down Expand Up @@ -219,7 +218,6 @@ func main() {
connectioncontext.NewClient(vppConn),
memif.NewClient(ctx, vppConn),
sendfd.NewClient(),
recvfd.NewClient(),
excludedprefixes.NewClient(excludedprefixes.WithAwarenessGroups(config.AwarenessGroups))),
client.WithDialTimeout(config.DialTimeout),
client.WithDialOptions(dialOptions...),
Expand Down

0 comments on commit 5290672

Please sign in to comment.