diff --git a/[refs] b/[refs] index d32d0c146ab2..98695b5d9485 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 37e826c513883099c298317bad1b3b677b2905fb +refs/heads/master: 6df59a84eccd4cad7fcefda3e0c5e55239a3b2dd diff --git a/trunk/include/net/route.h b/trunk/include/net/route.h index dc102445ec47..f88429cad52a 100644 --- a/trunk/include/net/route.h +++ b/trunk/include/net/route.h @@ -270,8 +270,8 @@ static inline struct rtable *ip_route_newports(struct rtable *rt, struct flowi4 fl4 = { .flowi4_oif = rt->rt_oif, .flowi4_mark = rt->rt_mark, - .daddr = rt->rt_key_dst, - .saddr = rt->rt_key_src, + .daddr = rt->rt_dst, + .saddr = rt->rt_src, .flowi4_tos = rt->rt_tos, .flowi4_proto = protocol, .fl4_sport = sport,