hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
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;