diff options
author | 2023-03-19 19:37:58 +0000 | |
---|---|---|
committer | 2023-03-22 20:40:04 -0700 | |
commit | 758d29fb3a8b3c756b4e4e0aa9b32ca8cfaf3feb (patch) | |
tree | ec0cdf6347b4c23c06f2fcaf37977d0fad9a2ebc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: enetc: fix aggregate RMON counters not showing the ranges (diff) | |
download | wireguard-linux-758d29fb3a8b3c756b4e4e0aa9b32ca8cfaf3feb.tar.xz wireguard-linux-758d29fb3a8b3c756b4e4e0aa9b32ca8cfaf3feb.zip |
tools: ynl: Fix genlmsg header encoding formats
The pack strings use 'b' signed char for cmd and version but struct
genlmsghdr defines them as unsigned char. Use 'B' instead.
Fixes: 4e4480e89c47 ("tools: ynl: move the cli and netlink code around")
Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://lore.kernel.org/r/20230319193803.97453-1-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions