Commit 8ad3be13 authored by Jakub Kicinski's avatar Jakub Kicinski Committed by David S. Miller

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: default avatarJakub Kicinski <kuba@kernel.org>
Reviewed-by: default avatarDonald Hunter <donald.hunter@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3d50c66c
...@@ -1022,6 +1022,7 @@ attribute-sets: ...@@ -1022,6 +1022,7 @@ attribute-sets:
- -
name: indir name: indir
type: binary type: binary
sub-type: u32
- -
name: hkey name: hkey
type: binary type: binary
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment