Re: [PATCH net-next 1/3] rtnetlink: add AF_PACKET multicast dumps
From: Yuyang Huang
Date: Thu Sep 10 2026 - 00:04:33 EST
The comment in this sashiko round is on an old patchset. I think the
following comment is worth fixing.
> Should ctx->addr_idx be reset when the resumed ifindex does not
> match the recorded one?
Good catch, yes. I'll reset it in v4 when the resumed device is not
the one the dump stopped at. inet_dump_addr() has the same issue with
ip_idx, I'll send a separate fix for it.