Message ID | 20250418021706.1967583-9-kuba@kernel.org (mailing list archive) |
---|---|
State | New |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | netlink: specs: rtnetlink: adjust specs for C codegen | expand |
Jakub Kicinski <kuba@kernel.org> writes: > Add a notification entry for netlink so that we can test ntf handling nit: newlink > in classic netlink and C. > > Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
diff --git a/Documentation/netlink/specs/rt-link.yaml b/Documentation/netlink/specs/rt-link.yaml index 4b51c5b60d95..25f0c3c6a886 100644 --- a/Documentation/netlink/specs/rt-link.yaml +++ b/Documentation/netlink/specs/rt-link.yaml @@ -2420,6 +2420,12 @@ protonum: 0 - 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.
Add a notification entry for netlink so that we can test ntf handling in classic netlink and C. Signed-off-by: Jakub Kicinski <kuba@kernel.org> --- Documentation/netlink/specs/rt-link.yaml | 6 ++++++ 1 file changed, 6 insertions(+)