Skip to content

Commit

Permalink
Signed-off-by: hengyoush <hengyoush1@163.com>
Browse files Browse the repository at this point in the history
resolve conflict
  • Loading branch information
hengyoush committed May 15, 2023
1 parent a2ed22f commit a2d5ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec/network/tc/network_tc.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func startNet(ctx context.Context, netInterface, classRule, localPort, remotePor
return spec.ResponseFailWithFlags(spec.ParameterIllegal, "remote-port", remotePort, err)
}
}
if excludePort != "" {
if excludePort != "" {
excludePortRanges, err = getExcludePortRanges(ctx, excludePort, ignorePeerPorts, cl)
if err != nil {
return spec.ResponseFailWithFlags(spec.ParameterIllegal, "exclude-port", excludePort, err)
Expand Down

0 comments on commit a2d5ba9

Please sign in to comment.