Re: [PATCH net v2] selftests: netfilter: conntrack_dump_flush: remove unused variables and fix typo

From: Pablo Neira Ayuso

Date: Fri Aug 07 2026 - 06:35:35 EST


On Fri, Aug 07, 2026 at 05:07:13PM +0800, Hangbin Liu wrote:
> On Fri, Aug 07, 2026 at 03:59:28PM +0800, Qingshuang Fu wrote:
> > From: Qingshuang Fu <fuqingshuang@xxxxxxxxxx>
> >
> > Remove unused 'rplnlh' in conntrack_data_insert(), and remove unused
> > 'rplnlh' and 'nest' variables in conntrack_count_zone() and
> > conntrack_flush_zone(). These variables were declared but never used
> > since their introduction.
> >
> > Also fix typo: rename misspelled conntracK_count_zone() to
> > conntrack_count_zone().
> >
> > Reviewed-by: Fernando Fernandez Mancera <fmancera@xxxxxxx>
> > Signed-off-by: Qingshuang Fu <fuqingshuang@xxxxxxxxxx>
>
> > ---
> > v2:
> > - Drop Fixes tag as this is a cleanup, not a bug fix
>
> If not a bug fix, you should target to net-next.

We will handle this though the nf-next tree.

Thanks.