geneve: use network byte order for destination port config parameter
authorJohn W. Linville <linville@tuxdriver.com>
Tue, 22 Sep 2015 17:09:32 +0000 (13:09 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Sep 2015 22:41:04 +0000 (15:41 -0700)
commit7bbe33ff1896d225588b37c574c0d80dbc63c657
tree67b02d301f82b2027e8699f6b725e8b39a41bd66
parent41b976414c88016e2c9d9b2f6667ee67a998d388
geneve: use network byte order for destination port config parameter

This is primarily for consistancy with vxlan and other tunnels which
use network byte order for similar parameters.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/geneve.c