hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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