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

From: Ilya Maximets

Date: Wed Aug 26 2026 - 18:05:28 EST


'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>
---
Documentation/netlink/specs/conntrack.yaml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Documentation/netlink/specs/conntrack.yaml b/Documentation/netlink/specs/conntrack.yaml
index 6ba28cb1c2ab..b1eb102ab843 100644
--- a/Documentation/netlink/specs/conntrack.yaml
+++ b/Documentation/netlink/specs/conntrack.yaml
@@ -604,10 +604,12 @@ operations:
attributes:
- tuple-orig
- tuple-reply
- - mark
- - filter
- status
+ - mark
- zone
+ - mark-mask
+ - filter
+ - status-mask
reply:
value: 0x100
attributes:
--
2.55.0