diff --git a/[refs] b/[refs] index b918ed91f39b..d9dd57ac995f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7e1b33e5ea392dfc984fc63b76ca75acbf249dcd +refs/heads/master: fb0c5f0bc8b69b40549449ee7fc65f3706f12062 diff --git a/trunk/include/net/route.h b/trunk/include/net/route.h index bd732d62e1c3..7e5e73bfa4de 100644 --- a/trunk/include/net/route.h +++ b/trunk/include/net/route.h @@ -199,6 +199,8 @@ static inline int ip_route_newports(struct rtable **rp, u8 protocol, fl.fl_ip_sport = sport; fl.fl_ip_dport = dport; fl.proto = protocol; + if (inet_sk(sk)->transparent) + fl.flags |= FLOWI_FLAG_ANYSRC; ip_rt_put(*rp); *rp = NULL; security_sk_classify_flow(sk, &fl);