From: Greg Kroah-Hartman Date: Sat, 4 Aug 2018 06:58:34 +0000 (+0200) Subject: fix up ipv4 patch X-Git-Tag: v4.17.13~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69d2b16f526b5c313535fbd89624bba19e5806e9;p=thirdparty%2Fkernel%2Fstable-queue.git fix up ipv4 patch --- 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 {