Skip to content

Commit

Permalink
ignore SCMP errors messages on initSvcRedirect()
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiSubira committed Mar 5, 2024
1 parent 7e1a02a commit 43f4650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/app/appnet/infraenv.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ func (nc *NetworkConfig) initSvcRedirect(quicAddress string) (func(), error) {
CPInfoProvider: nc.CPInfoProvider,
Connector: &svc.ResolverPacketConnector{
Connector: &snet.DefaultConnector{
SCMPHandler: nc.SCMPHandler,
SCMPHandler: ignoreSCMP{},
Metrics: nc.SCIONPacketConnMetrics,
CPInfoProvider: nc.CPInfoProvider,
},
Expand Down

0 comments on commit 43f4650

Please sign in to comment.