diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2025-04-17 19:17:02 -0700 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-04-23 16:07:16 -0700 |
| commit | 622d7050cfd40c6c9602d4e16b25cc5350f9d65a (patch) | |
| tree | aad6ae1fd07a769968a35d8ae6d22a6ee5900612 /Documentation | |
| parent | 1c224f19ff06e59fb4079f3b26532dbd3b537b1e (diff) | |
| download | ath-622d7050cfd40c6c9602d4e16b25cc5350f9d65a.tar.gz | |
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: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20250418021706.1967583-9-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/netlink/specs/rt-link.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/netlink/specs/rt-link.yaml b/Documentation/netlink/specs/rt-link.yaml index 4b51c5b60d955..25f0c3c6a886a 100644 --- a/Documentation/netlink/specs/rt-link.yaml +++ b/Documentation/netlink/specs/rt-link.yaml @@ -2421,6 +2421,12 @@ operations: - 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. attribute-set: link-attrs |
