hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_vxlan.c
....@@ -88,6 +88,8 @@
8888 struct udphdr *udp = (struct udphdr *)(buf);
8989 struct vxlanhdr *vxh;
9090
91
+ if (tun_key->tun_flags & TUNNEL_VXLAN_OPT)
92
+ return -EOPNOTSUPP;
9193 vxh = (struct vxlanhdr *)((char *)udp + sizeof(struct udphdr));
9294 *ip_proto = IPPROTO_UDP;
9395