implement match_only
This commit is contained in:
@@ -842,6 +842,7 @@ func (r *Router) actionResolve(ctx context.Context, metadata *adapter.InboundCon
|
||||
return err
|
||||
}
|
||||
metadata.DestinationAddresses = addresses
|
||||
metadata.IgnoreDestinationAddresses = action.MatchOnly
|
||||
r.logger.DebugContext(ctx, "resolved [", strings.Join(F.MapToString(metadata.DestinationAddresses), " "), "]")
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user