Re: [PATCH] net/ip6_tunnel: Prevent perpetual tunnel growth
From: Dmitry Safonov
Date: Thu Oct 09 2025 - 10:46:18 EST
On Wed, Oct 8, 2025 at 2:37 AM Jakub Kicinski <kuba@xxxxxxxxxx> wrote:
>
> 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?
Yep, thanks, will send v2 with static dropped.
Thanks,
Dmitry