]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
netlink: specs: fou: replace underscores with dashes in names
authorJakub Kicinski <kuba@kernel.org>
Tue, 24 Jun 2025 21:09:54 +0000 (14:09 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 25 Jun 2025 22:36:27 +0000 (15:36 -0700)
commit791a9ed0a40dfa70fe793dcecf950273255cbb84
treef3569760c0ff28a4aae33ef730b2358d293b5ac1
parent2434ccb94dfc8e036c81e9d7c77fca6dc1dc2590
netlink: specs: fou: replace underscores with dashes in names

We're trying to add a strict regexp for the name format in the spec.
Underscores will not be allowed, dashes should be used instead.
This makes no difference to C (codegen, if used, replaces special
chars in names) but it gives more uniform naming in Python.

Fixes: 4eb77b4ecd3c ("netlink: add a proto specification for FOU")
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20250624211002.3475021-3-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/netlink/specs/fou.yaml