]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan: fix byte order in hash function
authorstephen hemminger <shemminger@vyatta.com>
Tue, 9 Oct 2012 20:35:47 +0000 (20:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2012 02:41:21 +0000 (22:41 -0400)
commit66969ce4a326c14f7a240f3cebcd16a45860bbdc
tree0fb43e03c3e2ab028520804bbaa4325eb3a06cd6
parent6b6cbcb8839356c4b4ca66536fe085876d6f3623
vxlan: fix byte order in hash function

Shift was wrong direction causing packets to hash based on
other parts of the ethernet header, not the address.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c