Re: [PATCH] net/ip6_tunnel: Prevent perpetual tunnel growth
From: Jakub Kicinski
Date: Tue Oct 07 2025 - 21:37:24 EST
On Tue, 07 Oct 2025 07:08:36 +0100 Dmitry Safonov via B4 Relay wrote:
> + static const unsigned int max_allowed = 512;
nit: could we drop this 'static' while we move the code?