hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/net/ipv6/xfrm6_input.c
....@@ -86,6 +86,9 @@
8686 __be32 *udpdata32;
8787 __u16 encap_type = up->encap_type;
8888
89
+ if (skb->protocol == htons(ETH_P_IP))
90
+ return xfrm4_udp_encap_rcv(sk, skb);
91
+
8992 /* if this is not encapsulated socket, then just return now */
9093 if (!encap_type)
9194 return 1;