Skip to content

Commit

Permalink
fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rohrerj committed Sep 6, 2023
1 parent 2619078 commit 650a640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion router/dataplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,8 @@ func (p *scionPacketProcessor) validateIngressID() (processResult, error) {
errCode = slayers.SCMPCodeUnknownHopFieldEgress
}
if p.ingressID != 0 && p.ingressID != pktIngressID {
log.Debug("SCMP: ingress interface invalid", "pkt_ingress", pktIngressID, "router_ingress", p.ingressID)
log.Debug("SCMP: ingress interface invalid", "pkt_ingress",
pktIngressID, "router_ingress", p.ingressID)
slowPathRequest := slowPathRequest{
scmpType: slayers.SCMPTypeParameterProblem,
code: errCode,
Expand Down

0 comments on commit 650a640

Please sign in to comment.