mirror of
https://github.com/padavanonly/immortalwrt-mt798x.git
synced 2025-12-16 08:44:03 +00:00
12 lines
344 B
Diff
12 lines
344 B
Diff
--- a/src/ixgbe_main.c
|
|
+++ b/src/ixgbe_main.c
|
|
@@ -9869,7 +9869,7 @@ static void ixgbe_atr(struct ixgbe_ring
|
|
struct ixgbe_adapter *adapter = q_vector->adapter;
|
|
|
|
if (unlikely(skb_tail_pointer(skb) < hdr.network +
|
|
- VXLAN_HEADROOM))
|
|
+ vxlan_headroom(0)))
|
|
return;
|
|
|
|
/* verify the port is recognized as VXLAN or GENEVE*/
|