mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
netlink: specs: rt-route: add C naming info
Add properties needed for C codegen to match names with uAPI headers. Reviewed-by: Jacob Keller <jacob.e.keller@intel.com> Reviewed-by: Donald Hunter <donald.hunter@gmail.com> Link: https://patch.msgid.link/20250410014658.782120-7-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
52d062362c
commit
1652e1f35d
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
name: rt-route
|
||||
protocol: netlink-raw
|
||||
uapi-header: linux/rtnetlink.h
|
||||
protonum: 0
|
||||
|
||||
doc:
|
||||
|
|
@ -11,6 +12,7 @@ definitions:
|
|||
-
|
||||
name: rtm-type
|
||||
name-prefix: rtn-
|
||||
enum-name:
|
||||
type: enum
|
||||
entries:
|
||||
- unspec
|
||||
|
|
@ -246,6 +248,7 @@ attribute-sets:
|
|||
operations:
|
||||
enum-model: directional
|
||||
fixed-header: rtmsg
|
||||
name-prefix: rtm-
|
||||
list:
|
||||
-
|
||||
name: getroute
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user