We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba41380 commit d26b826Copy full SHA for d26b826
Documentation/netlink/specs/rt_route.yaml
@@ -177,6 +177,11 @@ attribute-sets:
177
-
178
name: rta-nh-id
179
type: u32
180
+ -
181
+ name: rta-flowlabel
182
+ type: u32
183
+ byte-order: big-endian
184
+ display-hint: hex
185
186
name: rta-metrics
187
attributes:
@@ -260,6 +265,7 @@ operations:
260
265
- rta-dport
261
266
- rta-mark
262
267
- rta-uid
268
+ - rta-flowlabel
263
269
reply:
264
270
value: 24
271
attributes: &all-route-attrs
@@ -299,6 +305,7 @@ operations:
299
305
- rta-sport
300
306
301
307
- rta-nh-id
308
302
309
dump:
303
310
request:
304
311
value: 26
0 commit comments