Skip to content

Commit

Permalink
Add pinggrouprange to forwarder's chain (networkservicemesh#718)
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 authored Jun 19, 2023
1 parent 19e1f39 commit ce2e514
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/networkservice/chains/forwarder/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ import (

"github.com/networkservicemesh/sdk-kernel/pkg/kernel/networkservice/connectioncontextkernel"
"github.com/networkservicemesh/sdk-kernel/pkg/kernel/networkservice/ethernetcontext"
"github.com/networkservicemesh/sdk-kernel/pkg/kernel/networkservice/pinggrouprange"

"github.com/networkservicemesh/sdk-vpp/pkg/networkservice/afxdppinhole"
"github.com/networkservicemesh/sdk-vpp/pkg/networkservice/connectioncontext/mtu"
Expand Down Expand Up @@ -122,6 +123,7 @@ func NewServer(ctx context.Context, tokenGenerator token.GeneratorFunc, vppConn
l2bridgedomain.NewServer(vppConn),
connectioncontextkernel.NewServer(),
ethernetcontext.NewVFServer(),
pinggrouprange.NewServer(),
tag.NewServer(ctx, vppConn),
mtu.NewServer(vppConn),
mechanisms.NewServer(map[string]networkservice.NetworkServiceServer{
Expand All @@ -146,6 +148,7 @@ func NewServer(ctx context.Context, tokenGenerator token.GeneratorFunc, vppConn
cleanup.NewClient(ctx, opts.cleanupOpts...),
mechanismtranslation.NewClient(),
connectioncontextkernel.NewClient(),
pinggrouprange.NewClient(),
stats.NewClient(ctx, opts.statsOpts...),
up.NewClient(ctx, vppConn),
mtu.NewClient(vppConn),
Expand Down

0 comments on commit ce2e514

Please sign in to comment.