aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Caratti <[email protected]>2023-10-23 11:17:05 -0700
committerJakub Kicinski <[email protected]>2023-10-24 13:00:31 -0700
commit52c121f4bf27592530f3fedf123b89ed79397af8 (patch)
tree87e39f642150d40d38c071d86f4dda38ad6d7c82
parent6d25d1dc76bf5943a5c1f4bb74d66d5eac58eb77 (diff)
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 <[email protected]> Signed-off-by: Davide Caratti <[email protected]> Signed-off-by: Mat Martineau <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r--Documentation/netlink/genetlink-legacy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/netlink/genetlink-legacy.yaml b/Documentation/netlink/genetlink-legacy.yaml
index 565bf615b501..d858711f3177 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