Re: [PATCH net v2 2/2] netlink: specs: add missing mask attributes for conntrack dump

From: Asbjørn Sloth Tønnesen

Date: Thu Aug 27 2026 - 07:09:48 EST


On 8/26/26 10:01 PM, Ilya Maximets wrote:
'mark-mask' and 'status-mask' are defined and supported by the
conntrack dump, but missing from the list of arguments.

While at it, the order of the arguments should follow the order of
their definition in the enum ctattr_type. That appears to be a common
convention for other spec files.

Fixes: 23fc9311a526 ("netlink: specs: add conntrack dump and stats dump support")
Cc: stable@xxxxxxxxxxxxxxx
Signed-off-by: Ilya Maximets <i.maximets@xxxxxxx>

LGTM, thanks.

Reviewed-by: Asbjørn Sloth Tønnesen <ast@xxxxxxxxxxx>