hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/ipv4/ip_input.c
....@@ -561,7 +561,8 @@
561561 static struct sk_buff *ip_extract_route_hint(const struct net *net,
562562 struct sk_buff *skb, int rt_type)
563563 {
564
- if (fib4_has_custom_rules(net) || rt_type == RTN_BROADCAST)
564
+ if (fib4_has_custom_rules(net) || rt_type == RTN_BROADCAST ||
565
+ IPCB(skb)->flags & IPSKB_MULTIPATH)
565566 return NULL;
566567
567568 return skb;