]> git.ipfire.org Git - thirdparty/linux.git/commit
netlink: specs: rtnetlink: correct notify properties
authorJakub Kicinski <kuba@kernel.org>
Fri, 18 Apr 2025 02:17:05 +0000 (19:17 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 23 Apr 2025 23:07:16 +0000 (16:07 -0700)
commite3d199d30909237a31ef7065d25c1f270967986f
tree40a4a7576a0a4ea8868118c2961a80b59ab354ea
parenteee94a89c55afdb909b384e306d384f0dfe60c45
netlink: specs: rtnetlink: correct notify properties

The notify property should point at the object the notifications
carry, usually the get object, not the cmd which triggers
the notification:

  notify:
    description: Name of the command sharing the reply type with
                 this notification.

Not treating this as a fix, I think that only C codegen cares.

Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20250418021706.1967583-12-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/netlink/specs/rt-neigh.yaml
Documentation/netlink/specs/rt-rule.yaml