]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan: fix incorrect type
authorJiri Benc <jbenc@redhat.com>
Mon, 11 Apr 2016 15:06:08 +0000 (17:06 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Apr 2016 19:01:56 +0000 (15:01 -0400)
commitbaf1460454f3e7ccd6d6cda1f313bd68ef1b12e0
treeff2e8e2703844316221641dc7c45b4c2c0536138
parent59a0667f2ef9f8ebdf0b492d5008a7ba51a0e71d
vxlan: fix incorrect type

The protocol is 16bit, not 32bit.

Fixes: 8a354e4ae1ebc ("vxlan: implement GPE")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c