Skip to content

Commit c892cc3

Browse files
committed
tgupdate: merge t/DO-NOT-MERGE-mptcp-enabled-by-default base into t/DO-NOT-MERGE-mptcp-enabled-by-default
2 parents 7bfd509 + e7a8dbd commit c892cc3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+3280
-189
lines changed

Documentation/netlink/genetlink-c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ properties:
161161
type: string
162162
type: &attr-type
163163
enum: [ unused, pad, flag, binary,
164-
uint, sint, u8, u16, u32, u64, s32, s64,
164+
uint, sint, u8, u16, u32, u64, s8, s16, s32, s64,
165165
string, nest, indexed-array, nest-type-value ]
166166
doc:
167167
description: Documentation of the attribute.

Documentation/netlink/genetlink-legacy.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ properties:
152152
the right formatting mechanism when displaying values of this
153153
type.
154154
enum: [ hex, mac, fddi, ipv4, ipv6, uuid ]
155+
struct:
156+
description: Name of the nested struct type.
157+
type: string
155158
# End genetlink-legacy
156159

157160
attribute-sets:
@@ -204,7 +207,7 @@ properties:
204207
type: &attr-type
205208
description: The netlink attribute type
206209
enum: [ unused, pad, flag, binary, bitfield32,
207-
uint, sint, u8, u16, u32, u64, s32, s64,
210+
uint, sint, u8, u16, u32, u64, s8, s16, s32, s64,
208211
string, nest, indexed-array, nest-type-value ]
209212
doc:
210213
description: Documentation of the attribute.

Documentation/netlink/genetlink.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ properties:
124124
type: string
125125
type: &attr-type
126126
enum: [ unused, pad, flag, binary,
127-
uint, sint, u8, u16, u32, u64, s32, s64,
127+
uint, sint, u8, u16, u32, u64, s8, s16, s32, s64,
128128
string, nest, indexed-array, nest-type-value ]
129129
doc:
130130
description: Documentation of the attribute.

0 commit comments

Comments
 (0)