Re: [PATCH net-next v4] net: dropreason: add SKB_DROP_REASON_IP_TTL_EXCEEDED
From: Jakub Kicinski
Date: Wed Sep 09 2026 - 22:24:48 EST
On Mon, 7 Sep 2026 11:01:33 +0800 Junjie Cao wrote:
> --- a/include/net/dropreason-core.h
> +++ b/include/net/dropreason-core.h
> @@ -128,6 +128,7 @@
> FN(PSP_INPUT) \
> FN(PSP_OUTPUT) \
> FN(RECURSION_LIMIT) \
> + FN(IP_TTL_EXCEEDED) \
> FNe(MAX)
These entries are not strict uAPI, let's not append at the end cause it
gets messy. Please add the new field after IP_INVALID_DEST
--
pw-bot: cr