From 69d2b16f526b5c313535fbd89624bba19e5806e9 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sat, 4 Aug 2018 08:58:34 +0200 Subject: [PATCH] fix up ipv4 patch --- queue-3.18/ipv4-remove-bug_on-from-fib_compute_spec_dst.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue-3.18/ipv4-remove-bug_on-from-fib_compute_spec_dst.patch b/queue-3.18/ipv4-remove-bug_on-from-fib_compute_spec_dst.patch index 07988ab1359..34e7332b0e5 100644 --- a/queue-3.18/ipv4-remove-bug_on-from-fib_compute_spec_dst.patch +++ b/queue-3.18/ipv4-remove-bug_on-from-fib_compute_spec_dst.patch @@ -42,7 +42,7 @@ Signed-off-by: Greg Kroah-Hartman fl4.flowi4_tos = RT_TOS(ip_hdr(skb)->tos); fl4.flowi4_scope = scope; - fl4.flowi4_mark = IN_DEV_SRC_VMARK(in_dev) ? skb->mark : 0; -+ fl4.flowi4_mark = vmark ? skb->mark : 0, ++ fl4.flowi4_mark = vmark ? skb->mark : 0; if (!fib_lookup(net, &fl4, &res)) return FIB_RES_PREFSRC(net, res); } else { -- 2.47.3