|
|
@@ -7662,7 +7662,7 @@ static void ixgbe_atr(struct ixgbe_ring *ring,
|
|
|
hdr.network = skb_network_header(skb);
|
|
|
if (skb->encapsulation &&
|
|
|
first->protocol == htons(ETH_P_IP) &&
|
|
|
- hdr.ipv4->protocol != IPPROTO_UDP) {
|
|
|
+ hdr.ipv4->protocol == IPPROTO_UDP) {
|
|
|
struct ixgbe_adapter *adapter = q_vector->adapter;
|
|
|
|
|
|
/* verify the port is recognized as VXLAN */
|