kernel/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_vxlan.c
.. .. @@ -88,6 +88,8 @@ 88 88 struct udphdr *udp = (struct udphdr *)(buf); 89 89 struct vxlanhdr *vxh; 90 90 91 + if (tun_key->tun_flags & TUNNEL_VXLAN_OPT)92 + return -EOPNOTSUPP;91 93 vxh = (struct vxlanhdr *)((char *)udp + sizeof(struct udphdr)); 92 94 *ip_proto = IPPROTO_UDP; 93 95