iproute2: backport upstream patch to fix print_0xhex on 32 bit
authorHans Dedecker <dedeckeh@gmail.com>
Wed, 12 Dec 2018 11:32:46 +0000 (12:32 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:48:26 +0000 (17:48 +0100)
commit8fb29097c720851478793c99f5a8efccbdecd002
tree883ead39d7839547c9cb8516b90b3550c23e2f9a
parent5ad48be79f9de2c700cec9c9a9a80615aaf23062
iproute2: backport upstream patch to fix print_0xhex on 32 bit

The argument to print_0xhex is converted to unsigned long long
so the format string give for normal printout has to be some
variant of %llx. Backport the patch as otherwise, bogus values
will be printed on 32 bit platforms.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
(backported from 1ff98ddff763ef043f3fc5860ae29563886276c7)
package/network/utils/iproute2/patches/001-fix-print_0xhex-on-32-bit.patch [new file with mode: 0644]