summaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorHangbin Liu <liuhangbin@gmail.com>2019-11-20 15:39:06 +0800
committerDavid S. Miller <davem@davemloft.net>2019-11-20 12:17:39 -0800
commit004b39427f945696db30abb2c4e1a3856ffff819 (patch)
tree4194d15b060d806905c5d743754a4a29cf1e1450 /Kbuild
parentb8eb718348b8fb30b5a7d0a8fce26fb3f4ac741b (diff)
ipv6/route: return if there is no fib_nh_gw_family
Previously we will return directly if (!rt || !rt->fib6_nh.fib_nh_gw_family) in function rt6_probe(), but after commit cc3a86c802f0 ("ipv6: Change rt6_probe to take a fib6_nh"), the logic changed to return if there is fib_nh_gw_family. Fixes: cc3a86c802f0 ("ipv6: Change rt6_probe to take a fib6_nh") Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Reviewed-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions