hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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;