]> 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)
commitf3ee80ba81680c33fb8e4386992aaef6a0212b5c
treeff2e8e2703844316221641dc7c45b4c2c0536138
parente211f5932fd669f513542c239e4aedfeb9b34097
vxlan: fix incorrect type

The protocol is 16bit, not 32bit.

Fixes: a5323a4b20f46 ("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