From: Davide Caratti Date: Mon, 23 Oct 2023 18:17:05 +0000 (-0700) Subject: tools: ynl: add uns-admin-perm to genetlink legacy X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=52c121f4bf27592530f3fedf123b89ed79397af8;p=linux.git tools: ynl: add uns-admin-perm to genetlink legacy this flag maps to GENL_UNS_ADMIN_PERM and will be used by future specs. Acked-by: Paolo Abeni Signed-off-by: Davide Caratti Signed-off-by: Mat Martineau Link: https://lore.kernel.org/r/20231023-send-net-next-20231023-1-v2-1-16b1f701f900@kernel.org Signed-off-by: Jakub Kicinski --- diff --git a/Documentation/netlink/genetlink-legacy.yaml b/Documentation/netlink/genetlink-legacy.yaml index 565bf615b501d..d858711f31776 100644 --- a/Documentation/netlink/genetlink-legacy.yaml +++ b/Documentation/netlink/genetlink-legacy.yaml @@ -337,7 +337,7 @@ properties: description: Command flags. type: array items: - enum: [ admin-perm ] + enum: [ admin-perm, uns-admin-perm ] dont-validate: description: Kernel attribute validation flags. type: array