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)
committerHans Dedecker <dedeckeh@gmail.com>
Wed, 12 Dec 2018 11:38:54 +0000 (12:38 +0100)
commit1ff98ddff763ef043f3fc5860ae29563886276c7
tree2ed644e9dd0bdd47a54600ab3a9db8983296583c
parentd35f2a5565fc51fb277f72a8565c871ce1785588
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>
package/network/utils/iproute2/patches/001-fix-print_0xhex-on-32-bit.patch [new file with mode: 0644]