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:
Jakub Kicinski 2024-08-09 22:37:27 -07:00 committed by David S. Miller
parent 3d50c66c06
commit 8ad3be1352

View File

@ -1022,6 +1022,7 @@ attribute-sets:
-
name: indir
type: binary
sub-type: u32
-
name: hkey
type: binary