OSDN Git Service

Merge branch 'netlink-add-display-hint-to-ynl'
authorJakub Kicinski <kuba@kernel.org>
Sat, 24 Jun 2023 22:45:51 +0000 (15:45 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 24 Jun 2023 22:45:52 +0000 (15:45 -0700)
commit35bf34b07808e4ff405b8c87aae049d5ca4219c6
tree21fe40205f0e6aec074b20f3b3ac5d8842789ec8
parent2ffecf1a42ccd67e4b2fec7a613e375014869d60
parent334f39ce17eff255f243ab5998af27ae40f9f04c
Merge branch 'netlink-add-display-hint-to-ynl'

Donald Hunter says:

====================
netlink: add display-hint to ynl

Add a display-hint property to the netlink schema, to be used by generic
netlink clients as hints about how to display attribute values.

A display-hint on an attribute definition is intended for letting a
client such as ynl know that, for example, a u32 should be rendered as
an ipv4 address. The display-hint enumeration includes a small number of
networking domain-specific value types.
====================

Link: https://lore.kernel.org/r/20230623201928.14275-1-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>