aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/net/route.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/route.h b/include/net/route.h
index dc102445ec47..f88429cad52a 100644
--- a/include/net/route.h
+++ b/include/net/route.h
@@ -270,8 +270,8 @@ static inline struct rtable *ip_route_newports(struct rtable *rt,
270 struct flowi4 fl4 = { 270 struct flowi4 fl4 = {
271 .flowi4_oif = rt->rt_oif, 271 .flowi4_oif = rt->rt_oif,
272 .flowi4_mark = rt->rt_mark, 272 .flowi4_mark = rt->rt_mark,
273 .daddr = rt->rt_key_dst, 273 .daddr = rt->rt_dst,
274 .saddr = rt->rt_key_src, 274 .saddr = rt->rt_src,
275 .flowi4_tos = rt->rt_tos, 275 .flowi4_tos = rt->rt_tos,
276 .flowi4_proto = protocol, 276 .flowi4_proto = protocol,
277 .fl4_sport = sport, 277 .fl4_sport = sport,