Skip to content

Commit eee2e03

Browse files
committed
Merge branch 'netlink-specs-add-ynl-spec-for-ovs_flow'
Donald Hunter says: ==================== netlink: specs: add ynl spec for ovs_flow Add a ynl specification for ovs_flow. The spec is sufficient to dump ovs flows but some attrs have been left as binary blobs because ynl doesn't support C arrays in struct definitions yet. Patches 1-3 add features for genetlink-legacy specs Patch 4 is the ovs_flow netlink spec ==================== Link: https://lore.kernel.org/r/20230527133107.68161-1-donald.hunter@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2 parents 45402f0 + 93b230b commit eee2e03

4 files changed

Lines changed: 845 additions & 2 deletions

File tree

Documentation/netlink/genetlink-legacy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ properties:
124124
$ref: '#/$defs/len-or-define'
125125
byte-order:
126126
enum: [ little-endian, big-endian ]
127+
doc:
128+
description: Documentation for the struct member attribute.
129+
type: string
130+
enum:
131+
description: Name of the enum type used for the attribute.
132+
type: string
127133
# End genetlink-legacy
128134

129135
attribute-sets:

0 commit comments

Comments
 (0)