OSDN Git Service

doc/netlink: Add a schema for netlink-raw families
authorDonald Hunter <donald.hunter@gmail.com>
Fri, 25 Aug 2023 12:27:45 +0000 (13:27 +0100)
committerJakub Kicinski <kuba@kernel.org>
Mon, 28 Aug 2023 00:17:09 +0000 (17:17 -0700)
commited68c58c0eb4867df2e995d872aec6342171619c
treefa9193b8684c4fadbe82bfde5f1d89f6728f4c86
parentc4e1ab07b5572b9c732fcf7ac86e168ee2835adf
doc/netlink: Add a schema for netlink-raw families

This schema is largely a copy of the genetlink-legacy schema with the
following modifications:

 - change the schema id to netlink-raw
 - add a top-level protonum property, e.g. 0 (for NETLINK_ROUTE)
 - change the protocol enumeration to netlink-raw, removing the
   genetlink options.
 - replace doc references to generic netlink with raw netlink
 - add a value property to mcast-group definitions

Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://lore.kernel.org/r/20230825122756.7603-3-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/netlink/netlink-raw.yaml [new file with mode: 0644]