From 4ca14dd4e1025e35227631c855a49c52e4bca566 Mon Sep 17 00:00:00 2001 From: Steffen Klassert Date: Fri, 25 Mar 2011 01:28:45 -0700 Subject: [PATCH] --- yaml --- r: 242663 b: refs/heads/master c: 6df59a84eccd4cad7fcefda3e0c5e55239a3b2dd h: refs/heads/master i: 242661: bbe6661e53a9000a619255cdb2254b480fb939ca 242659: 5d5ac5573859d1630f396e8b810f77f829194efb 242655: bb91b45424e4265ad144bac3dd609d205b1892df v: v3 --- [refs] | 2 +- trunk/include/net/route.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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,