From: David Ahern <dsah...@kernel.org> Date: Fri, 21 Jun 2019 16:27:16 -0700
> From: David Ahern <dsah...@gmail.com> > > dst_default_metrics has all of the metrics initialized to 0, so nothing > will be added to the skb in rtnetlink_put_metrics. Avoid the loop if > metrics is from dst_default_metrics. > > Signed-off-by: David Ahern <dsah...@gmail.com> Applied, thanks David.