Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4157434c authored by David S. Miller's avatar David S. Miller
Browse files

ipv4: Use passed-in protocol in ip_route_newports().

parent 3c0afdca
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -217,7 +217,7 @@ static inline struct rtable *ip_route_newports(struct rtable *rt,
				    .fl4_dst = rt->fl.fl4_dst,
				    .fl4_dst = rt->fl.fl4_dst,
				    .fl4_src = rt->fl.fl4_src,
				    .fl4_src = rt->fl.fl4_src,
				    .fl4_tos = rt->fl.fl4_tos,
				    .fl4_tos = rt->fl.fl4_tos,
				    .proto = rt->fl.proto,
				    .proto = protocol,
				    .fl_ip_sport = sport,
				    .fl_ip_sport = sport,
				    .fl_ip_dport = dport };
				    .fl_ip_dport = dport };