From: Antonio Quartulli Date: Wed, 4 Mar 2026 14:10:09 +0000 (+0100) Subject: tools: ynl: add uns-admin-perm to genetlink X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5e09233e8a9179b260460fdb28df5c24bcfbed6;p=thirdparty%2Fkernel%2Flinux.git tools: ynl: add uns-admin-perm to genetlink GENL_UNS_ADMIN_PERM may be required by protocols using the `genetlink` family, however, this flag is currently only allowed in `genetlink-legacy`. Add it to the list of possible values in genetlink.yaml too. Cc: Simon Horman Cc: Donald Hunter Link: https://github.com/OpenVPN/ovpn-net-next/issues/33 Suggested-by: Ralf Lici Signed-off-by: Antonio Quartulli Link: https://patch.msgid.link/20260304141020.23270-1-antonio@openvpn.net Signed-off-by: Jakub Kicinski --- diff --git a/Documentation/netlink/genetlink.yaml b/Documentation/netlink/genetlink.yaml index b020a537d8acd..a1194d5d93fc3 100644 --- a/Documentation/netlink/genetlink.yaml +++ b/Documentation/netlink/genetlink.yaml @@ -262,7 +262,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