Commit 622d7050 authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

netlink: specs: rt-link: add notification for newlink



Add a notification entry for netlink so that we can test ntf handling
in classic netlink and C.

Reviewed-by: default avatarDonald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20250418021706.1967583-9-kuba@kernel.org


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 1c224f19
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2420,6 +2420,12 @@ operations:
            - gso-ipv4-max-size
            - gro-ipv4-max-size
            - af-spec
    -
      name: newlink-ntf
      doc: Notify that a link has been created
      value: 16
      notify: getlink
      fixed-header: ifinfomsg
    -
      name: dellink
      doc: Delete an existing link.