]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
vxlan: correctly validate VXLAN ID against VXLAN_N_VID
authorMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 23 Feb 2017 16:19:41 +0000 (17:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Mar 2017 11:56:55 +0000 (12:56 +0100)
commit36ec2150ae0a6e29ab11964e534811c4201c4b34
tree7c12ddab573dd66cd6db2e072dc0ad4c54f16473
parentf448775342572f6fdbaffdcec0d3d878d0c2e7d9
vxlan: correctly validate VXLAN ID against VXLAN_N_VID

[ Upstream commit 4e37d6911f36545b286d15073f6f2222f840e81c ]

The incorrect check caused an off-by-one error: the maximum VID 0xffffff
was unusable.

Fixes: d342894c5d2f ("vxlan: virtual extensible lan")
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Acked-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/vxlan.c