system-linux: fix GRE ikey/okey endianness
authorStijn Tintel <stijn@linux-ipv6.be>
Fri, 21 Jul 2017 18:57:47 +0000 (20:57 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Fri, 21 Jul 2017 19:04:26 +0000 (21:04 +0200)
commit34afb764077768a361d76256fb05cbba172de223
treec8053e9e05f6cf83169e989d0e3b15008c137038
parentd397e8ca5dd492a1fac2e186e2a8b91ac8e463df
system-linux: fix GRE ikey/okey endianness

The kernel expects IFLA_GRE_IKEY and IFLA_GRE_OKEY to be in network byte
order, so convert the values from host byte order.

Fixes ikey/okey on little endian systems.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
system-linux.c