On Tue, Feb 07, 2017 at 03:12:49PM -0800, Stephen Hemminger wrote:
> On Wed, 8 Feb 2017 00:04:21 +0100
> Phil Sutter 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
On Wed, 8 Feb 2017 00:04:21 +0100
Phil Sutter 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
Maybe better to figure out how to ge
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
---
.gitignore| 1 +
testsuite/Makefile