mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
netlink: specs: decode indirection table as u32 array
Indirection table is dumped as a raw u32 array, decode it. It's tempting to decode hash key, too, but it is an actual bitstream, so leave it be for now. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Donald Hunter <donald.hunter@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3d50c66c06
commit
8ad3be1352
@ -1022,6 +1022,7 @@ attribute-sets:
|
||||
-
|
||||
name: indir
|
||||
type: binary
|
||||
sub-type: u32
|
||||
-
|
||||
name: hkey
|
||||
type: binary
|
||||
|
Loading…
Reference in New Issue
Block a user