On Wed, 8 Feb 2017 00:04:21 +0100 Phil Sutter <[email protected]> wrote: > Netlink protocol is in host byte order, so the provided binary netlink > message buffer being in little endian format will cause the test to fail > on big endian systems. > > Signed-off-by: Phil Sutter <[email protected]>
Maybe better to figure out how to generate the files in host order?
