]> Pileus Git - ~andy/linux/commitdiff
ipv4: Use passed-in protocol in ip_route_newports().
authorDavid S. Miller <davem@davemloft.net>
Sat, 5 Mar 2011 05:31:48 +0000 (21:31 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 5 Mar 2011 05:31:48 +0000 (21:31 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/route.h

index 60daf745216ab7b6914beb36d05f9b4445ac3ec9..8905d90e004499b788ffc83a5dd0464fb349c2a5 100644 (file)
@@ -217,7 +217,7 @@ static inline struct rtable *ip_route_newports(struct rtable *rt,
                                    .fl4_dst = rt->fl.fl4_dst,
                                    .fl4_src = rt->fl.fl4_src,
                                    .fl4_tos = rt->fl.fl4_tos,
-                                   .proto = rt->fl.proto,
+                                   .proto = protocol,
                                    .fl_ip_sport = sport,
                                    .fl_ip_dport = dport };