projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c224f1
)
netlink: specs: rt-link: add notification for newlink
author
Jakub Kicinski
<kuba@kernel.org>
Fri, 18 Apr 2025 02:17:02 +0000
(19:17 -0700)
committer
Jakub Kicinski
<kuba@kernel.org>
Wed, 23 Apr 2025 23:07:16 +0000
(16:07 -0700)
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>
Documentation/netlink/specs/rt-link.yaml
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/netlink/specs/rt-link.yaml
b/Documentation/netlink/specs/rt-link.yaml
index 4b51c5b60d9550c194243e21faa10ae337f6f237..25f0c3c6a886a08ead0bd1283d559d90ae89c7c1 100644
(file)
--- a/
Documentation/netlink/specs/rt-link.yaml
+++ b/
Documentation/netlink/specs/rt-link.yaml
@@
-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.