From a9315d0694b8e3867e2ada58c18a38b00df37760 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sat, 26 Sep 2020 17:47:11 +0200 Subject: [PATCH] update queue-4.19/ipv4-update-exception-handling-for-multipath-routes-via-same-device.patch --- ...andling-for-multipath-routes-via-same-device.patch | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/queue-4.19/ipv4-update-exception-handling-for-multipath-routes-via-same-device.patch b/queue-4.19/ipv4-update-exception-handling-for-multipath-routes-via-same-device.patch index d43cc353683..13eda75238e 100644 --- a/queue-4.19/ipv4-update-exception-handling-for-multipath-routes-via-same-device.patch +++ b/queue-4.19/ipv4-update-exception-handling-for-multipath-routes-via-same-device.patch @@ -112,14 +112,17 @@ Signed-off-by: David Ahern Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- - net/ipv4/route.c | 11 +++++++---- - 1 file changed, 7 insertions(+), 4 deletions(-) + net/ipv4/route.c | 13 ++++++++----- + 1 file changed, 8 insertions(+), 5 deletions(-) --- a/net/ipv4/route.c +++ b/net/ipv4/route.c -@@ -779,6 +779,8 @@ static void __ip_do_redirect(struct rtab +@@ -777,8 +777,10 @@ static void __ip_do_redirect(struct rtab + neigh_event_send(n, NULL); + } else { if (fib_lookup(net, fl4, &res, 0) == 0) { - struct fib_nh *nh = &FIB_RES_NH(res); +- struct fib_nh *nh = &FIB_RES_NH(res); ++ struct fib_nh *nh; + fib_select_path(net, &res, fl4, skb); + nh = &FIB_RES_NH(res); -- 2.47.3