summaryrefslogtreecommitdiff
path: root/ethtool.c
diff options
context:
space:
mode:
Diffstat (limited to 'ethtool.c')
-rw-r--r--ethtool.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ethtool.c b/ethtool.c
index 34fe107..edfbe3d 100644
--- a/ethtool.c
+++ b/ethtool.c
@@ -3135,6 +3135,9 @@ static int flow_spec_to_ntuple(struct ethtool_rx_flow_spec *fsp,
}
}
+ /* Mask out the extended bit, because ntuple does not know it! */
+ ntuple->flow_type &= ~FLOW_EXT;
+
return 0;
}