Use Source IP for hash

Can Istio support using source ip for hashing for TCP?
Becasue nginx support the load balancer for upstreams:

upstream backend {
    hash $remote_addr;
    server 10.95.110.45:12001;
    server 10.95.220.46:12002;
}