diff options
Diffstat (limited to 'include/net/inet_sock.h')
| -rw-r--r-- | include/net/inet_sock.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h index caaff5f5f39f..b897d6e6d0a5 100644 --- a/include/net/inet_sock.h +++ b/include/net/inet_sock.h @@ -238,7 +238,7 @@ static inline __u8 inet_sk_flowi_flags(const struct sock *sk)  {  	__u8 flags = 0; -	if (inet_sk(sk)->transparent) +	if (inet_sk(sk)->transparent || inet_sk(sk)->hdrincl)  		flags |= FLOWI_FLAG_ANYSRC;  	if (sk->sk_protocol == IPPROTO_TCP)  		flags |= FLOWI_FLAG_PRECOW_METRICS; | 
