hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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;