From: David Ahern <dsah...@kernel.org>
Date: Wed, 19 Jun 2019 10:50:24 -0700

> From: David Ahern <dsah...@gmail.com>
> 
> A user reported that routes are getting installed with type 0 (RTN_UNSPEC)
> where before the routes were RTN_UNICAST. One example is from accel-ppp
> which apparently still uses the ioctl interface and does not set
> rtmsg_type. Another is the netlink interface where ipv6 does not require
> rtm_type to be set (v4 does). Prior to the commit in the Fixes tag the
> ipv6 stack converted type 0 to RTN_UNICAST, so restore that behavior.
> 
> Fixes: e8478e80e5a7 ("net/ipv6: Save route type in rt6_info")
> Signed-off-by: David Ahern <dsah...@gmail.com>

Applied and queued up for -stable, thanks David.

Reply via email to