summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@kernel.org>2023-04-07 09:34:12 -0600
committerDavid Ahern <dsahern@kernel.org>2023-04-07 09:34:12 -0600
commit5dbb44707c8b66af9f614a556421fdeeb4a6d8c3 (patch)
tree5eb0ec07c311fbc55a65d45f1df55e299906f82a
parent9d3bb8da961846820514ff73f630ed52ed018d36 (diff)
downloadiproute2-5dbb44707c8b66af9f614a556421fdeeb4a6d8c3.tar.gz
Update kernel headers
Update kernel headers to commit: e28531143b25 ("net: ethernet: mtk_eth_soc: mtk_ppe: prefer newly added l2 flows") Signed-off-by: David Ahern <dsahern@kernel.org>
-rw-r--r--include/uapi/linux/tc_act/tc_tunnel_key.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/tc_act/tc_tunnel_key.h b/include/uapi/linux/tc_act/tc_tunnel_key.h
index 49ad4033..37c6f612 100644
--- a/include/uapi/linux/tc_act/tc_tunnel_key.h
+++ b/include/uapi/linux/tc_act/tc_tunnel_key.h
@@ -34,6 +34,7 @@ enum {
*/
TCA_TUNNEL_KEY_ENC_TOS, /* u8 */
TCA_TUNNEL_KEY_ENC_TTL, /* u8 */
+ TCA_TUNNEL_KEY_NO_FRAG, /* flag */
__TCA_TUNNEL_KEY_MAX,
};