Re: [PATCH net-next v7 09/16] netlink: specs: Introduce new netlink command to get current timestamp

From: Jakub Kicinski
Date: Sat Nov 18 2023 - 21:25:15 EST


On Tue, 14 Nov 2023 12:28:37 +0100 Kory Maincent wrote:
> + -
> + name: ts
> + attributes:
> + -
> + name: header
> + type: nest
> + nested-attributes: header
> + -
> + name: ts-layer
> + type: u32

Please add the definition of the enum to the spec,
and link it here, so that Python can convert the values
to names.